From: Greg Lyle Date: Sun, 6 Mar 2011 23:33:32 +0000 (-0500) Subject: Correct typo X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=259144f19e851312cc7229a5ec6b8f2963fbb034;p=puppet-monkeysphere.git Correct typo --- diff --git a/manifests/init.pp b/manifests/init.pp index c619863..3217cb6 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -37,7 +37,7 @@ class monkeysphere::import_key inherits monkeysphere { # Server host key publication class monkeysphere::publish_key inherits monkeysphere { exec { "/usr/sbin/monkeysphere-host publish-key": - enviroment => "MONKEYSPHERE_PROMPT=false", + environment => "MONKEYSPHERE_PROMPT=false", user => "root", } }