aboutsummaryrefslogtreecommitdiff
path: root/manifests/subsystems/monkeysphere.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-01-24 15:40:46 -0200
committerSilvio Rhatto <rhatto@riseup.net>2013-01-24 15:40:46 -0200
commit51622c10f922671cb8bcb1cda874f64ea932a462 (patch)
tree3e1540a8eca3b4c463edbdeb9e99baa695786933 /manifests/subsystems/monkeysphere.pp
parent8abf2781a7c968d22a5ca5551f7989bbd15a3204 (diff)
downloadpuppet-nodo-51622c10f922671cb8bcb1cda874f64ea932a462.tar.gz
puppet-nodo-51622c10f922671cb8bcb1cda874f64ea932a462.tar.bz2
Monkeysphere host really needs to be a resource and not a class
Diffstat (limited to 'manifests/subsystems/monkeysphere.pp')
-rw-r--r--manifests/subsystems/monkeysphere.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/subsystems/monkeysphere.pp b/manifests/subsystems/monkeysphere.pp
index 54bf078..76530ca 100644
--- a/manifests/subsystems/monkeysphere.pp
+++ b/manifests/subsystems/monkeysphere.pp
@@ -1,4 +1,4 @@
-class monkeysphere_host(
+define monkeysphere_host(
$port = hiera('nodo::monkeysphere_host::ssh_port', ''),
$mail_recipient = hiera('nodo::root_mail_recipient', 'nobody')
) {