Dzahn has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/327685 )
Change subject: contint: ensure => 'stopped' for zuul instead of 'mask' ...................................................................... contint: ensure => 'stopped' for zuul instead of 'mask' The 'enable' attribute has "Valid values are true, false, manual". So 'mask' wasn't a valid value and we got the slightly misleading: "The debian provider can not handle attribute enable"-error on contint2001. https://tickets.puppetlabs.com/browse/PUP-1253 was about adding 'mask' though and is resolved. Is our puppet version just older? Bug: T150771 Change-Id: Ifce46a02be9963888fed4795d4a852cbaf5b9d84 --- M hieradata/hosts/contint2001.yaml 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: jenkins-bot: Verified Dzahn: Looks good to me, approved diff --git a/hieradata/hosts/contint2001.yaml b/hieradata/hosts/contint2001.yaml index 0319a77..932846c 100644 --- a/hieradata/hosts/contint2001.yaml +++ b/hieradata/hosts/contint2001.yaml @@ -2,4 +2,4 @@ jenkins::service_ensure: unmanaged jenkins::service_enable: false zuul::server::service_ensure: stopped -zuul::server::service_enable: mask +zuul::server::service_enable: false -- To view, visit https://gerrit.wikimedia.org/r/327685 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ifce46a02be9963888fed4795d4a852cbaf5b9d84 Gerrit-PatchSet: 3 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Dzahn <[email protected]> Gerrit-Reviewer: Chad <[email protected]> Gerrit-Reviewer: Dzahn <[email protected]> Gerrit-Reviewer: Hashar <[email protected]> Gerrit-Reviewer: Paladox <[email protected]> Gerrit-Reviewer: Thcipriani <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
