Giuseppe Lavagetto has submitted this change and it was merged.

Change subject: puppetmaster: fixup for I1842586a7
......................................................................


puppetmaster: fixup for I1842586a7

Change-Id: Ib496893e6aaf4df43e4149771c919c4b48acd76e
---
M modules/puppetmaster/manifests/gitclone.pp
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Giuseppe Lavagetto: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/modules/puppetmaster/manifests/gitclone.pp 
b/modules/puppetmaster/manifests/gitclone.pp
index 6b0de72..a61c338 100644
--- a/modules/puppetmaster/manifests/gitclone.pp
+++ b/modules/puppetmaster/manifests/gitclone.pp
@@ -76,7 +76,7 @@
 
         # Creates a bare git repo
         exec { 'private_dir_init':
-            command => '/usr/bin/git --init',
+            command => '/usr/bin/git init',
             user    => 'gitpuppet',
             group   => 'gitpuppet',
             cwd     => "${puppetmaster::gitdir}/operations/private",

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ib496893e6aaf4df43e4149771c919c4b48acd76e
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Giuseppe Lavagetto <[email protected]>
Gerrit-Reviewer: Giuseppe Lavagetto <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to