PuppetDB is the next-generation performance-centric version of Puppet Stored Configs. PuppetDB manages storage and retrieval of all platform-generated data.
0
votes
4answers
53 views
Puppet not applying config but returns without error
Using Puppet 3.2.1 attempting server / client setup, running both on same host.
I'm also using puppet-dashboard and puppetdb.
My manifest/init.pp:
node 'my.fqdn' {
file { '/tmp/test':
ensure ...
0
votes
1answer
410 views
Puppet inventory service using puppetdb
I have 3 servers set up. A puppet master using passenger (puppet-server1), dashboard using passenger (puppet-server2) and puppetdb (puppet-server3).
I cannot get the inventory service working in the ...
0
votes
1answer
108 views
SSL issues with puppetdb
I'm setting up Puppetdb with SSL and having issues with certificates.
I'm using Nginx as an SSL proxy for Puppet, so my CA is managed by a mongrel server on this Nginx proxy machine.
If I generate a ...
0
votes
1answer
140 views
Arbitrary software configuration management with Puppet?
I am evaluating Puppet as a potential replacement for an in-house software configuration and distribution system. I am looking for advice on whether Puppet can satisfy certain requirements for ...
1
vote
1answer
2k views
PuppetDB: Failed to submit 'replace facts' command
I recently revoked/cleaned a Puppet agent cert, and this seems to have negative effects in PuppetDB. I see a bug has been filed here with some instructions on fixing the issue. A user had a similar ...
3
votes
1answer
390 views
Manage ssh_known_hosts with puppet
I'm new to Puppet (open source version) and have a relatively straightforward question.
When I bring up a new host, I'd like the puppetmaster to add the new host's public rsa key to ...