]> gitweb.fluxo.info Git - puppet-monkeysphere.git/commitdiff
take hiera out of the params
authormh <mh@immerda.ch>
Sun, 17 Jun 2012 20:12:24 +0000 (17:12 -0300)
committermh <mh@immerda.ch>
Sun, 17 Jun 2012 20:12:24 +0000 (17:12 -0300)
manifests/init.pp

index 86e5175009beccbb70e3861d873967386d4fd857..d51f36ac46c18de0d3a5a326ea7fb5d7df51b6d0 100644 (file)
@@ -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, }