Andrew Bogott has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/365605 )

Change subject: Puppetmaster:  Don't use storeconfig_thin.
......................................................................

Puppetmaster:  Don't use storeconfig_thin.

The storeconfig='none' option isn't used in production,
only on labs.  And we definitely don't want exported
resources on Labs because that violates tenant isolation.

Change-Id: I7accfce767218515f3f7af75d3894dbdcae20d06
---
M modules/profile/manifests/puppetmaster/common.pp
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/05/365605/1

diff --git a/modules/profile/manifests/puppetmaster/common.pp 
b/modules/profile/manifests/puppetmaster/common.pp
index 72cef44..d18ffe6 100644
--- a/modules/profile/manifests/puppetmaster/common.pp
+++ b/modules/profile/manifests/puppetmaster/common.pp
@@ -53,6 +53,6 @@
     } elsif $storeconfigs == 'activerecord' {
             $config = merge($base_config, $activerecord_config, 
$active_record_db, $env_config)
     } else {
-            $config = merge($base_config, $env_config, {'thin_storeconfigs' => 
true} )
+            $config = merge($base_config, $env_config)
     }
 }

-- 
To view, visit https://gerrit.wikimedia.org/r/365605
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I7accfce767218515f3f7af75d3894dbdcae20d06
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Andrew Bogott <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to