From: mh Date: Sun, 17 Jun 2012 20:12:24 +0000 (-0300) Subject: take hiera out of the params X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=4a3f24cb319a1e4411c2611e2fa4b01bc6d4d385;p=puppet-monkeysphere.git take hiera out of the params --- 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, }