Hello,

Here's the site.pp:

import 'nodes.pp'
$puppetserver = 'puppet.jokefire.com'

And relevant node definitions:

node 'base' {
     include  bash, sudo, puppet, ca, nagios, munin, ssh, gpg, xinetd, cron
}

node 'webserver' inherits 'base' {
     include  apache, php, mysql
}

node 'stack.mydomain.com' inherits 'webserver' {
    include  lumberjack, postfix
}

Thanks,
Tim


On Thu, Feb 13, 2014 at 6:19 AM, Rafael Cristaldo <
raf...@rafaelcristaldo.com.br> wrote:

>
>
> Em quinta-feira, 13 de fevereiro de 2014 01h44min01s UTC-2, bluethundr
> escreveu:
>
>> Hey all,
>>
>>  I'm getting the following puppet error on only one of my hosts. The rest
>> are all producing clean puppet runs. Can anyone please clarify for me the
>> meaning of this error and if it's innocuous or not?
>>
>> Error: /File[/var/lib/puppet/lib]: Could not evaluate: Could not retrieve 
>> information from environment production source(s) 
>> puppet://puppet.mydomain.com/plugin
>>
>>
>> Thanks,
>>
>> Tim
>>
>>
>> --
>> GPG me!!
>>
>> gpg --keyserver pool.sks-keyservers.net --recv-keys F186197B
>>
>> First of all we need to understand what the client wants to retrieve from
> the puppetMaster!
>
> so, put here the site.pp of This NODE!
> What is the "include" declared for it ?
>
> It's sounds like there are some files that the client didn't found at the
> source!
>
>
>  --
> 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 view this discussion on the web visit
> https://groups.google.com/d/msgid/puppet-users/bbde72f8-7bf7-4b9c-9f06-a84e65a2a5bf%40googlegroups.com
> .
>
> For more options, visit https://groups.google.com/groups/opt_out.
>



-- 
GPG me!!

gpg --keyserver pool.sks-keyservers.net --recv-keys F186197B

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/CAOZy0ek-u%3Dxesex4eoUUaM2G3x8EKMPDYjZRGr%2BsqtL0Zk0y%2Bg%40mail.gmail.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to