Giuseppe Lavagetto has uploaded a new change for review.

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

Change subject: puppet_compiler: small fixes
......................................................................

puppet_compiler: small fixes

Change-Id: I23f679d2f81a99ac74afec34b64bd27b2c427a4f
---
M modules/puppet_compiler/manifests/init.pp
M modules/puppet_compiler/manifests/setup.pp
2 files changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/16/231516/1

diff --git a/modules/puppet_compiler/manifests/init.pp 
b/modules/puppet_compiler/manifests/init.pp
index d37c573..e23dd5f 100644
--- a/modules/puppet_compiler/manifests/init.pp
+++ b/modules/puppet_compiler/manifests/init.pp
@@ -67,7 +67,7 @@
     # Install the compiler
     exec { 'install compiler':
         command     => '/usr/bin/python setup.py install',
-        owner       => $user,
+        user        => $user,
         cwd         => $compiler_dir,
         refreshonly => true,
     }
diff --git a/modules/puppet_compiler/manifests/setup.pp 
b/modules/puppet_compiler/manifests/setup.pp
index bdabdac..5fca8ea 100644
--- a/modules/puppet_compiler/manifests/setup.pp
+++ b/modules/puppet_compiler/manifests/setup.pp
@@ -20,7 +20,7 @@
     }
 
     # Install the puppet catalog diff face
-    exect { 'install puppet catalog diff':
+    exec { 'install puppet catalog diff':
         command => "/usr/bin/puppet module install zack-catalog_diff",
         creates => "${homedir}/.puppet/modules/catalog_diff",
         user    => $user,

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

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