Muehlenhoff has submitted this change and it was merged. ( 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(-) Approvals: Muehlenhoff: Looks good to me, approved jenkins-bot: Verified 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: merged Gerrit-Change-Id: Idacd660d6cef188e864c45615491d8796195db46 Gerrit-PatchSet: 2 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Muehlenhoff <[email protected]> Gerrit-Reviewer: Giuseppe Lavagetto <[email protected]> Gerrit-Reviewer: Muehlenhoff <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
