aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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",
}
}