From 01e3685c549cac02aa886eee52cc3263364c26cc Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Fri, 4 Jul 2014 12:38:46 -0700 Subject: [PATCH] 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 --- modules/openstack_project/manifests/puppetmaster.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/openstack_project/manifests/puppetmaster.pp b/modules/openstack_project/manifests/puppetmaster.pp index 376ca06060..8470219cc2 100644 --- a/modules/openstack_project/manifests/puppetmaster.pp +++ b/modules/openstack_project/manifests/puppetmaster.pp @@ -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