]> gitweb.fluxo.info Git - puppet-monkeysphere.git/commitdiff
Correct use of enviroment variable
authorGreg Lyle <greg@stealthisemail.com>
Sun, 6 Mar 2011 23:19:08 +0000 (18:19 -0500)
committerGreg Lyle <greg@stealthisemail.com>
Sun, 6 Mar 2011 23:19:08 +0000 (18:19 -0500)
manifests/init.pp

index d87323701bd27629911a53b27164ef31332c5f9a..c619863b806a065b91a54fb4bcb8114b11608223 100644 (file)
@@ -36,7 +36,8 @@ class monkeysphere::import_key inherits monkeysphere {
 
 # Server host key publication
 class monkeysphere::publish_key inherits monkeysphere { 
-  exec { "MONKEYSPHERE_PROMPT=false $keyserver_arg /usr/sbin/monkeysphere-host publish-key":
+  exec { "/usr/sbin/monkeysphere-host publish-key":
+  enviroment => "MONKEYSPHERE_PROMPT=false",
        user    => "root",
   }
 }