I have a test puppet installation on CentOS 6.4, version 3.2.1, all 
uptodate with the puppetlabs repos. It is running the puppet master, a 
puppet agent, dashboard, with foreman installed but not yet configured. 
Part of the install for dashboard is copying the puppet_dashboard.rb file 
to the /var/lib/puppet/lib/puppet/reports directory so that dashboard can 
see the reports. 

The system itself is defined in nodes.pp as: 

node 'yoda' {
}

However, each time that puppet agent runs, it deletes the 
puppet_dashboard.rb files, as well as the entire reports directory : 

Debug: /File[/var/lib/puppet/lib/puppet/reports]: Removing existing 
directory for replacement with absent
Notice: /File[/var/lib/puppet/lib/puppet/reports]/ensure: removed
Debug: /File[/var/lib/puppet/lib/puppet/reports]: The container 
/var/lib/puppet/lib will propagate my refresh event

Even in debug mode, I have been unable to discover why this is happening. I 
have turned off the puppet agent  for now, but can anyone enlightne me as 
to why this occurs and how to fix it? 


-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to puppet-users+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-users@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to