Filippo Giunchedi has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/350124 )

Change subject: base: escape $MSG in run-puppet-msg
......................................................................

base: escape $MSG in run-puppet-msg

Current output:

    -e --enable MSG Will enable puppet if  is present

Change-Id: Ied0827565211af3fce47bf22eba37a8723866432
---
M modules/base/files/puppet/run-puppet-agent
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/24/350124/1

diff --git a/modules/base/files/puppet/run-puppet-agent 
b/modules/base/files/puppet/run-puppet-agent
index 4a3a754..c40ced9 100755
--- a/modules/base/files/puppet/run-puppet-agent
+++ b/modules/base/files/puppet/run-puppet-agent
@@ -14,7 +14,7 @@
 Options:
     -q --quiet      Will make the puppet run quiet and not output any verbose
                     difference.
-    -e --enable MSG Will enable puppet if $MSG is present
+    -e --enable MSG Will enable puppet if \$MSG is present
     -f --force      Will forcibly enable puppet if it's not enabled.
     -a --attempts N When waiting for a preceding puppet run, wait N*10 seconds
                     before giving up.

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

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

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

Reply via email to