Muehlenhoff has uploaded a new change for review. ( https://gerrit.wikimedia.org/r/344341 )
Change subject: Enable experimental section on all canary app servers ...................................................................... Enable experimental section on all canary app servers Working fine on mw1261 now, moving on to the remaining app servers. Change-Id: Idacd660d6cef188e864c45615491d8796195db46 --- D hieradata/hosts/mw1261.yaml D hieradata/hosts/mwdebug1001.yaml D hieradata/hosts/mwdebug1002.yaml M hieradata/role/common/mediawiki/canary_appserver.yaml 4 files changed, 1 insertion(+), 3 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet refs/changes/41/344341/1 diff --git a/hieradata/hosts/mw1261.yaml b/hieradata/hosts/mw1261.yaml deleted file mode 100644 index 9fe793e..0000000 --- a/hieradata/hosts/mw1261.yaml +++ /dev/null @@ -1 +0,0 @@ -apt::use_experimental: true diff --git a/hieradata/hosts/mwdebug1001.yaml b/hieradata/hosts/mwdebug1001.yaml deleted file mode 100644 index 9fe793e..0000000 --- a/hieradata/hosts/mwdebug1001.yaml +++ /dev/null @@ -1 +0,0 @@ -apt::use_experimental: true diff --git a/hieradata/hosts/mwdebug1002.yaml b/hieradata/hosts/mwdebug1002.yaml deleted file mode 100644 index 9fe793e..0000000 --- a/hieradata/hosts/mwdebug1002.yaml +++ /dev/null @@ -1 +0,0 @@ -apt::use_experimental: true diff --git a/hieradata/role/common/mediawiki/canary_appserver.yaml b/hieradata/role/common/mediawiki/canary_appserver.yaml index a33df65..cb1c49c 100644 --- a/hieradata/role/common/mediawiki/canary_appserver.yaml +++ b/hieradata/role/common/mediawiki/canary_appserver.yaml @@ -23,3 +23,4 @@ apache::logrotate::rotate: 12 nutcracker::verbosity: "4" role::mediawiki::webserver::tls: true +apt::use_experimental: true -- To view, visit https://gerrit.wikimedia.org/r/344341 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Idacd660d6cef188e864c45615491d8796195db46 Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Muehlenhoff <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
