On Wed, Sep 5, 2012 at 2:23 PM, Christopher Wood
<[email protected]> wrote:
> (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?
I could. What are we looking for?
>
>> 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.
I have on the client 'pluginsync = true' in the [main] section.
>
>> 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?
Nope. The manifest only has:
file {
'/var/lib/nagios3/rw':
owner => 'nagios',
group => 'www-data',
mode => '0750';
}
Doug
--
You received this message because you are subscribed to the Google Groups
"Puppet Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/puppet-users?hl=en.