Giuseppe Lavagetto has uploaded a new change for review.

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

Change subject: wmf-reimage: correct another typo
......................................................................

wmf-reimage: correct another typo

Change-Id: I57aad198df53785ba4309a4a756ad24c14fbe5e2
---
M modules/puppetmaster/files/wmf-reimage
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/80/193080/1

diff --git a/modules/puppetmaster/files/wmf-reimage 
b/modules/puppetmaster/files/wmf-reimage
index 6c786bc..9ba281f 100755
--- a/modules/puppetmaster/files/wmf-reimage
+++ b/modules/puppetmaster/files/wmf-reimage
@@ -120,9 +120,9 @@
 function enable_and_run_puppet {
     nodename=${1}
     log "Enabling puppet"
-    ssh -i /root/.ssh/install_new -o "StrictHostKeyChecking=no" -o 
"UserKnownHostsFile=/dev/null" -o "GlobalKnownHostsFile=/dev/null" ${nodename} 
"puppet agent --enable"
+    ssh -i /root/.ssh/new_install -o "StrictHostKeyChecking=no" -o 
"UserKnownHostsFile=/dev/null" -o "GlobalKnownHostsFile=/dev/null" ${nodename} 
"puppet agent --enable"
     log "Spawning the first puppet run as well"
-    ssh -q -i /root/.ssh/install_new -o "StrictHostKeyChecking=no" -o 
"UserKnownHostsFile=/dev/null" -o "GlobalKnownHostsFile=/dev/null" ${nodename} 
"puppet agent -t" > ${nodename}.puppetrun.log 2>&1 &
+    ssh -q -i /root/.ssh/new_install -o "StrictHostKeyChecking=no" -o 
"UserKnownHostsFile=/dev/null" -o "GlobalKnownHostsFile=/dev/null" ${nodename} 
"puppet agent -t" > ${nodename}.puppetrun.log 2>&1 &
     log "The first puppet run is ongoing, you can see what the result is in 
the file ${PWD}/${nodename}.puppetrun.log"
 }
 

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

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

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

Reply via email to