Giuseppe Lavagetto has uploaded a new change for review.

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

Change subject: puppet_compiler: Create the workdir as well
......................................................................

puppet_compiler: Create the workdir as well

Change-Id: I59d7ae0afd0d67d88ac034ba9c30e2d31a619804
---
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/55/231755/1

diff --git a/modules/puppet_compiler/manifests/init.pp 
b/modules/puppet_compiler/manifests/init.pp
index 0b47983..831cff9 100644
--- a/modules/puppet_compiler/manifests/init.pp
+++ b/modules/puppet_compiler/manifests/init.pp
@@ -12,7 +12,7 @@
 
     $vardir = "${libdir}/puppet"
 
-    file { [$libdir, $vardir]:
+    file { [$libdir, $vardir, $workdir]:
         ensure => ensure_directory($ensure),
         owner  => $user,
         mode   => '0755',

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I59d7ae0afd0d67d88ac034ba9c30e2d31a619804
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