jenkins-bot has submitted this change and it was merged.
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(-)
Approvals:
Ori.livneh: Looks good to me, approved
jenkins-bot: Verified
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: merged
Gerrit-Change-Id: I118acbae23b062c578d54a084b9321f759476141
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/vagrant
Gerrit-Branch: master
Gerrit-Owner: Ori.livneh <[email protected]>
Gerrit-Reviewer: Ori.livneh <[email protected]>
Gerrit-Reviewer: jenkins-bot
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits