Also your routes.yaml doesn't match the documentation I gave you
either, nor should you be setting thin_storeconfigs any more as stated
in another section.

You probably want to take a fresh top to bottom look through the
documentation, like I said its fairly precise and you shouldn't go
stray if you follow it step by step:

http://docs.puppetlabs.com/puppetdb/1.1/connect_puppet_master.html

ken.

On Sun, Feb 3, 2013 at 10:11 PM, Ken Barber <k...@puppetlabs.com> wrote:
>> I followed the howto, but exported resources just don't get applied on
>> agents...
>
> The documentation is fairly precise, looking at your configuration snippet:
>
>> # cat /etc/puppet/puppet.conf
>> [main]
>>     logdir = /var/log/puppet
>>     rundir = /var/run/puppet
>>     ssldir = $vardir/ssl
>>     modulepath =
>> $confdir/environments/$environment/modules:$confdir/modules:/usr/share/puppet/modules
>> [production]
>>     manifest = $confdir/manifests/site.pp
>> [dev]
>>     manifest = $confdir/manifests/site.pp
>> [agent]
>>     classfile = $vardir/classes.txt
>>     localconfig = $vardir/localconfig
>>     environment = dev
>> [puppetmasterd]
>>     storeconfigs = true
>>     thin_storeconfigs = false
>>     storeconfigs_backend = puppetdb
>>     ssl_client_header = SSL_CLIENT_S_DN
>>     ssl_client_verify_header = SSL_CLIENT_VERIFY
>
> And then comparing it to the 'Edit puppet.conf' section:
>
> http://docs.puppetlabs.com/puppetdb/1.1/connect_puppet_master.html#edit-puppetconf
>
> You can see that the section is called [master] not [puppetmasterd].
> This needs to be changed, and then you'll need to restart your
> puppetmaster.
>
> The [puppetmasterd] section hasn't been used since 0.25.x I think,
> although I could be wrong.
>
> ken.

-- 
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 post to this group, send email to puppet-users@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to