Ori.livneh has uploaded a new change for review.

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


Change subject: Correct invocation of 'enumerate-roles'
......................................................................

Correct invocation of 'enumerate-roles'

It's a Python script, not a Ruby script.

Change-Id: I118acbae23b062c578d54a084b9321f759476141
---
M puppet/manifests/base.pp
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/vagrant 
refs/changes/67/72667/1

diff --git a/puppet/manifests/base.pp b/puppet/manifests/base.pp
index 9039407..d75b91f 100644
--- a/puppet/manifests/base.pp
+++ b/puppet/manifests/base.pp
@@ -51,7 +51,7 @@
 }
 
 exec { 'generate Roles.yaml':
-    command => 'ruby /vagrant/puppet/extra/enumerate-roles > 
/vagrant/Roles.yaml',
+    command => '/vagrant/puppet/extra/enumerate-roles > /vagrant/Roles.yaml',
     creates => '/vagrant/Roles.yaml',
 }
 

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I118acbae23b062c578d54a084b9321f759476141
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/vagrant
Gerrit-Branch: master
Gerrit-Owner: Ori.livneh <[email protected]>

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

Reply via email to