diff options
Diffstat (limited to 'manifests/plug.pp')
-rw-r--r-- | manifests/plug.pp | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/manifests/plug.pp b/manifests/plug.pp index 4c5d859..99bde89 100644 --- a/manifests/plug.pp +++ b/manifests/plug.pp @@ -6,19 +6,12 @@ class nodo::plug inherits nodo { include firewall include sysctl include resolver + include monkeysphere_nodo backupninja::sys { "sys": ensure => present, } - # Monkeysphere configuration - monkeysphere_host { "$hostname": - port => $monkeysphere_ssh_port ? { - false => '', - default => $monkeysphere_ssh_port, - } - } - # Munin configuration munin_node { "$hostname": port => '4900', |