(inline)

On Wed, Sep 05, 2012 at 02:04:59PM -0700, Douglas Garstang wrote:
> Couple of questions. Firstly, what's the plugin error about?
> 
> puppet agent --onetime --test --verbose

Could you also try with --debug?

> info: Retrieving plugin
> err: /File[/var/lib/puppet/lib]: Could not evaluate: Could not
> retrieve information from source(s) puppet://puppet/plugins

Worth looking into your pluginsync config here.

> info: Caching catalog for mon01.ap1.xxx.com
> info: Applying configuration version '1346878830'
> err: /Stage[main]/Xxx::Nagios::Server/File[/var/lib/nagios3]: Failed

Do you have a declaration /var/lib/nagios3? What does that say?

> to generate additional resources using 'eval_generate': Cannot manage
> files of type fifo
> notice: Finished catalog run in 3.63 seconds
> 
> Secondly, I think puppet is smoking crack. Why is it telling me that
> it can't manage files of type fifo when that is not what the manifest
> has? The manifest has:
> 
> file {
>         '/var/lib/nagios3/rw':
>             owner => 'nagios',
>             group => 'www-data',
>             mode  => '0750';
> }
> 
> The fifo file is IN the rw directory....
> 
> Doug.
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "Puppet Users" group.
> To post to this group, send email to puppet-users@googlegroups.com.
> To unsubscribe from this group, send email to 
> puppet-users+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/puppet-users?hl=en.
> 
> 

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

Reply via email to