Andrew Bogott has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/220147

Change subject: Turn on autoupdate_master by default.
......................................................................

Turn on autoupdate_master by default.

If someone /really/ doesn't want it they can override
in hiera with "role::puppet::self::autoupdate_master": false

Change-Id: Ia83538df06d2a2ffff9ef50c4f5ebb2cce66f9f3
---
M manifests/role/puppet.pp
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/47/220147/1

diff --git a/manifests/role/puppet.pp b/manifests/role/puppet.pp
index 16aad39..8d053f4 100644
--- a/manifests/role/puppet.pp
+++ b/manifests/role/puppet.pp
@@ -59,7 +59,7 @@
 #
 class role::puppet::self(
     $master = $::puppetmaster,
-    $autoupdate_master = $::puppetmaster_autoupdate,
+    $autoupdate_master = true,
     $enc = 'ldap', # 'ldap' or 'yaml+ldap'
 ) {
     if $master != undef {

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia83538df06d2a2ffff9ef50c4f5ebb2cce66f9f3
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