On Thu, Mar 8, 2012 at 11:12 PM, Drew <[email protected]> wrote:
> If I externalise my Puppet module config to a directory outside of
> Puppet using the modulepath / manifestdir settings:
>
> [main]
>    pluginsync=true
>    modulepath=/home/ec2-user/projects/qmg-puppet/etc/puppet/modules
>    manifestdir=/home/ec2-user/projects/qmg-puppet/etc/puppet/
> manifests
>
> the agents log the following error:
>
> "Could not evaluate: Could not retrieve information from source(s)
> puppet://my-dns-name/plugins"
>
> which I think means they no longer seem to be able to find the Facter
> facts I have installed in $modulepath/<module>/lib/facter ?
>
> Do I also need to set the pluginsource setting and if so, where to?
> Any pointers gratefully appreciated!

These are the things I have
    pluginsync = true


[development]
    modulepath = $confdir/environments/development/modules
    manifest = $confdir/environments/development/manifests/site.pp

and also have set pluginsync in the clients conf, works here.

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

Reply via email to