From 3c220c51e0bc99b25120ba8998463b907bf42ac7 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Tue, 13 Sep 2011 13:40:49 -0300 Subject: Addin monkeysphere_nodo class --- manifests/plug.pp | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'manifests/plug.pp') 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', -- cgit v1.2.3