diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-01-24 13:58:15 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-01-24 13:58:15 -0200 |
commit | 188f755c06b6498e1b5264f1fcd6cf760d617857 (patch) | |
tree | 91e30a934afc333c94cd5cf9d24057ddc6e3fe11 /manifests/subsystems/monkeysphere.pp | |
parent | fbb0975a7a59162014f3da37e412f678ee6fccde (diff) | |
download | puppet-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.pp | 3 |
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') ) { |