diff options
author | Greg Lyle <greg@stealthisemail.com> | 2011-03-06 18:33:32 -0500 |
---|---|---|
committer | Greg Lyle <greg@stealthisemail.com> | 2011-03-06 18:33:32 -0500 |
commit | 259144f19e851312cc7229a5ec6b8f2963fbb034 (patch) | |
tree | a75f9d0b1c136851f38f07880d33d267f5a25a23 /manifests | |
parent | 53eb5fa507e0ddcf75f77a3b4be33d3419f44d2b (diff) | |
download | puppet-monkeysphere-259144f19e851312cc7229a5ec6b8f2963fbb034.tar.gz puppet-monkeysphere-259144f19e851312cc7229a5ec6b8f2963fbb034.tar.bz2 |
Correct typo
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/init.pp | 2 |
1 files changed, 1 insertions, 1 deletions
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", } } |