aboutsummaryrefslogtreecommitdiff
path: root/manifests/subsystems/monkeysphere.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-01-24 13:58:15 -0200
committerSilvio Rhatto <rhatto@riseup.net>2013-01-24 13:58:15 -0200
commit188f755c06b6498e1b5264f1fcd6cf760d617857 (patch)
tree91e30a934afc333c94cd5cf9d24057ddc6e3fe11 /manifests/subsystems/monkeysphere.pp
parentfbb0975a7a59162014f3da37e412f678ee6fccde (diff)
downloadpuppet-nodo-188f755c06b6498e1b5264f1fcd6cf760d617857.tar.gz
puppet-nodo-188f755c06b6498e1b5264f1fcd6cf760d617857.tar.bz2
Convert monkeysphere_host to a class
Diffstat (limited to 'manifests/subsystems/monkeysphere.pp')
-rw-r--r--manifests/subsystems/monkeysphere.pp3
1 files changed, 1 insertions, 2 deletions
diff --git a/manifests/subsystems/monkeysphere.pp b/manifests/subsystems/monkeysphere.pp
index 3b55d6f..54bf078 100644
--- a/manifests/subsystems/monkeysphere.pp
+++ b/manifests/subsystems/monkeysphere.pp
@@ -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')
) {