I think the problem is the following two lines:

storeconfigs = true
storeconfigs_backend = puppetdb

Those need to be in the [master] section. When it's in [main], it applies
both the agent and the master on that box. You only want that to apply to
the master.

-Ryan


On Tue, Mar 4, 2014 at 12:10 PM, cko <dert...@gmail.com> wrote:

> The /etc/puppet/puppet.conf looks like this:
>
> [main]
>    logdir = /var/log/puppet
>    rundir = /var/run/puppet
>    ssldir = $vardir/ssl
>    pluginsync = true
>    storeconfigs = true
>    storeconfigs_backend = puppetdb
>
> [live]
>    modulepath = /etc/puppet//modules/live
>    manifest = /etc/puppet/manifests/live/site.pp
>
> [test]
>    modulepath = /etc/puppet/modules/test
>    manifest = /etc/puppet/manifests/test/site.pp
>
> [dev]
>    modulepath = /etc/puppet/modules/dev
>    manifest = /etc/puppet/manifests/dev/site.pp
>
> [sandbox]
>    modulepath = /etc/puppet/modules/sandbox
>    manifest = /etc/puppet/manifests/sandbox/site.pp
>
> [agent]
>    environment = live
>    classfile = $vardir/classes.txt
>    localconfig = $vardir/localconfig
>    report = true
>    runinterval = 1800
>    archive_files = true
>
> [master]
>    reports = http, puppetdb
>    certname = puppet.local.domain
>    dns_alt_names = puppet,puppet.local.domain
>    ssl_client_header = SSL_CLIENT_S_DN
>    ssl_client_verify_header = SSL_CLIENT_VERIFY
>
> *puppetversion: *3.4.3
> *facterversion: *1.7.5
> *puppetdb: *1.6.2
>
> Another Error i just noticed on my puppet master (maybe this is connected):
>
> $ puppet resource package puppet
> Error: Could not run: undefined method `prune_parameters' for nil:NilClass
>
>
> (I'm cko in #puppet)
>
>
>
> On Tuesday, March 4, 2014 8:52:20 PM UTC+1, Ryan Senior wrote:
>
>> Can you post your puppet.conf? Should be in /etc/puppet, also the
>> versions of puppet/puppetdb/facter packages?
>>
>> If you want to drop into freenode #puppet IRC channel, we can
>> troubleshoot this more in real time. I'm rsenior there.
>>
>>
>> On Mon, Mar 3, 2014 at 1:35 PM, cko <der...@gmail.com> wrote:
>>
>>> I'm still having these issues.
>>>
>>> Here is some output that might help:
>>>
>>> https://gist.github.com/anonymous/1afccb3d54ae33b48544
>>>
>>> Any ideas?
>>>
>>>
>>> On Tuesday, December 17, 2013 5:56:55 PM UTC+1, cko wrote:
>>>>
>>>> hey,
>>>>
>>>> so i just installed puppetdb on a dedicated server (with pgsql).
>>>>
>>>> I noticed that the puppet master server doesn't load any facts.
>>>>
>>>> root@puppetmaster:~$ puppet agent -t
>>>>> Info: Retrieving plugin
>>>>> Info: Caching catalog for puppetmaster.local.domain
>>>>> Info: 'replace catalog' command for puppetmaster.local.domain
>>>>> submitted to PuppetDB with UUID 87de0ebc-1543-4b8a-8434-ca9220238fda
>>>>> Info: Applying configuration version '1387297065'
>>>>> Notice: Finished catalog run in 20.88 seconds
>>>>>
>>>>
>>>> Is this intended? Or did i miss something while installing and
>>>> connecting puppetDB?
>>>>
>>>  --
>>> 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...@googlegroups.com.
>>> To view this discussion on the web visit https://groups.google.com/d/
>>> msgid/puppet-users/1cb2719e-d006-428f-8516-92c795176a10%
>>> 40googlegroups.com.
>>>
>>> For more options, visit https://groups.google.com/groups/opt_out.
>>>
>>
>>  --
> 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/0109833f-7f0c-4611-9a7d-68da0fdc9a3f%40googlegroups.com<https://groups.google.com/d/msgid/puppet-users/0109833f-7f0c-4611-9a7d-68da0fdc9a3f%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>
> For more options, visit https://groups.google.com/groups/opt_out.
>

-- 
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/CAGDMwd24%3DR4%3DNXQ5b%3Dqn%3DSxbX9nLrW-PVGam4q2FZ97KGSz1GQ%40mail.gmail.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to