Giuseppe Lavagetto has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/370613 )

Change subject: puppet-compiler: fix the generates clause in the exec
......................................................................

puppet-compiler: fix the generates clause in the exec

Change-Id: I4c21669c5c20a7b778979769eabad5cee2973712
---
M modules/puppet_compiler/manifests/init.pp
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/13/370613/1

diff --git a/modules/puppet_compiler/manifests/init.pp 
b/modules/puppet_compiler/manifests/init.pp
index f719a8b..7a44b2f 100644
--- a/modules/puppet_compiler/manifests/init.pp
+++ b/modules/puppet_compiler/manifests/init.pp
@@ -101,7 +101,7 @@
     exec { 'Generate CA for the compiler':
         command     => "/usr/bin/puppet cert generate --confdir 
${libdir}/production ${::fqdn}",
         user        => $user,
-        creates     => "${libdir}/production/ssl/certs/${::fqdn}",
+        creates     => "${libdir}/production/ssl/certs/${::fqdn}.pem",
         require     => Git::Clone['operations/puppet'],
         environment => "HOME=${homedir}"
     }

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I4c21669c5c20a7b778979769eabad5cee2973712
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Giuseppe Lavagetto <glavage...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to