Remove puppetdb storeconfig setting

By default, puppetdb wants to manage and turn on storeconfigs in
puppet.conf. We have no use for this option, and it's turned off
in our puppet.conf - so the setting is fighting the file - causing
every single run of puppet to fight itself. Turn the setting off.

Change-Id: I133288daf38aeb3ae9628aac32e790ba4c642ff7
This commit is contained in:
Monty Taylor 2014-07-04 12:38:46 -07:00
parent c21ec94066
commit 01e3685c54

View File

@ -113,6 +113,7 @@ class openstack_project::puppetmaster (
puppetdb_server => 'puppetdb.openstack.org',
puppet_service_name => 'apache2',
puppetdb_soft_write_failure => true,
manage_storeconfigs => false,
}
# Playbooks