]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Convert monkeysphere_host to a class
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 24 Jan 2013 15:58:15 +0000 (13:58 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 24 Jan 2013 15:58:15 +0000 (13:58 -0200)
manifests/subsystems/monkeysphere.pp

index 3b55d6f4a7aaa537af529520af79b67ca0a7c055..54bf0783c479823ce1533f2d073d2c6d19480423 100644 (file)
@@ -1,5 +1,4 @@
-# Define a monkeysphere host
-define monkeysphere_host(
+class monkeysphere_host(
   $port           = hiera('nodo::monkeysphere_host::ssh_port', ''),
   $mail_recipient = hiera('nodo::root_mail_recipient', 'nobody')
 ) {