Hashar has uploaded a new change for review.

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

Change subject: zuul: run install after packages installation
......................................................................

zuul: run install after packages installation

I had an occurence of Zuul installation being run by puppet before
puppet installed the remaining packages.  That cause an error during the
install process.

Change-Id: I7631eea110d54b52b45f69bbabc5bbc69ea22789
---
M modules/zuul/manifests/init.pp
1 file changed, 1 insertion(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/33/148633/1

diff --git a/modules/zuul/manifests/init.pp b/modules/zuul/manifests/init.pp
index a751786..607644c 100644
--- a/modules/zuul/manifests/init.pp
+++ b/modules/zuul/manifests/init.pp
@@ -78,8 +78,7 @@
     refreshonly => true,
     subscribe   => Git::Clone['integration/zuul'],
     require     => [
-      Package['python-pip'],
-      Package['python-setuptools'],
+      Package[$packages],
     ],
   }
 

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I7631eea110d54b52b45f69bbabc5bbc69ea22789
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Hashar <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to