From 259144f19e851312cc7229a5ec6b8f2963fbb034 Mon Sep 17 00:00:00 2001 From: Greg Lyle Date: Sun, 6 Mar 2011 18:33:32 -0500 Subject: Correct typo --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", } } -- cgit v1.2.3