From 4a3f24cb319a1e4411c2611e2fa4b01bc6d4d385 Mon Sep 17 00:00:00 2001 From: mh Date: Sun, 17 Jun 2012 17:12:24 -0300 Subject: take hiera out of the params --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/init.pp b/manifests/init.pp index 86e5175..d51f36a 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -21,7 +21,7 @@ # class monkeysphere( $ssh_port = '', - $publish_key = hiera('monkeysphere_publish_key',false) + $publish_key = false ) { # The needed packages package { monkeysphere: ensure => installed, } -- cgit v1.2.3