diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-09-25 22:28:04 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-09-25 22:28:04 -0300 |
commit | fb4b9d7bffb7bf45c089a52a0c02edce570533fc (patch) | |
tree | c385903c3dfc47443733362f7e99e824274d6896 /manifests/physical.pp | |
parent | 80c3d12b5eb6f8fa1a68d89f28101837142e57cd (diff) | |
download | puppet-nodo-fb4b9d7bffb7bf45c089a52a0c02edce570533fc.tar.gz puppet-nodo-fb4b9d7bffb7bf45c089a52a0c02edce570533fc.tar.bz2 |
Monkeysphere with ssh port
Diffstat (limited to 'manifests/physical.pp')
-rw-r--r-- | manifests/physical.pp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/manifests/physical.pp b/manifests/physical.pp index a16f64a..dfb32b4 100644 --- a/manifests/physical.pp +++ b/manifests/physical.pp @@ -48,6 +48,9 @@ class nodo::physical inherits nodo { port => '4900', } + # Monkeysphere configuration + monkeysphere_host { "$hostname": } + # SMART monitoring include munin::plugins::smart munin::plugin { "smart_sda": |