On May 24, 7:05 pm, macmichael01 <macmichae...@gmail.com> wrote:
> I am running puppet 2.7.11 on my puppet client and puppet master.
> I generated and signed my certs but for some reason my configurations
> are not
> being applied on my client box.
>
> When running the following command it appears to be pulling the
> configurations
> but does not apply them. Is there a special command that I need to
> run
> initially to make this happen?


No, but look here:


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


That looks like a misconfiguration, probably of the client.  Puppet is
looking for its own plugins under /var/lib/puppet/lib, but that
directory doesn't exist.  Those plugins include everything Puppet
would use to apply the catalog, so it's not surprising that nothing is
applied.

I don't know how Puppet got into this strange state, but you could try
to solve it by configuring the correct directory via a 'libdir'
parameter in the [main] section of puppet.conf.


John

-- 
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