Giuseppe Lavagetto has submitted this change and it was merged. Change subject: puppet_compiler: remove puppet 2, new version ......................................................................
puppet_compiler: remove puppet 2, new version Change-Id: Ia11546a901d925f4393e7e160194c0b848ed8b53 Signed-off-by: Giuseppe Lavagetto <[email protected]> --- M manifests/role/puppet_compiler.pp M modules/puppet_compiler/manifests/init.pp 2 files changed, 2 insertions(+), 2 deletions(-) Approvals: Giuseppe Lavagetto: Verified; Looks good to me, approved diff --git a/manifests/role/puppet_compiler.pp b/manifests/role/puppet_compiler.pp index 205b650..cc9231b 100644 --- a/manifests/role/puppet_compiler.pp +++ b/manifests/role/puppet_compiler.pp @@ -19,7 +19,7 @@ class {'::puppet_compiler': ensure => 'present', - version => '0.2.2', + version => '0.3', user => 'jenkins-deploy', } diff --git a/modules/puppet_compiler/manifests/init.pp b/modules/puppet_compiler/manifests/init.pp index c12581b..13cd1e0 100644 --- a/modules/puppet_compiler/manifests/init.pp +++ b/modules/puppet_compiler/manifests/init.pp @@ -64,7 +64,7 @@ require => Git::Install['operations/software'], } - puppet_compiler::bundle {['2.7', '3']: } + puppet_compiler::bundle {['3']: } # Now install the puppet repo -- To view, visit https://gerrit.wikimedia.org/r/151820 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ia11546a901d925f4393e7e160194c0b848ed8b53 Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Giuseppe Lavagetto <[email protected]> Gerrit-Reviewer: Giuseppe Lavagetto <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
