aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreg Lyle <greg@stealthisemail.com>2011-03-06 18:33:32 -0500
committerGreg Lyle <greg@stealthisemail.com>2011-03-06 18:33:32 -0500
commit259144f19e851312cc7229a5ec6b8f2963fbb034 (patch)
treea75f9d0b1c136851f38f07880d33d267f5a25a23
parent53eb5fa507e0ddcf75f77a3b4be33d3419f44d2b (diff)
downloadpuppet-monkeysphere-259144f19e851312cc7229a5ec6b8f2963fbb034.tar.gz
puppet-monkeysphere-259144f19e851312cc7229a5ec6b8f2963fbb034.tar.bz2
Correct typo
-rw-r--r--manifests/init.pp2
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",
}
}