From 47f826cfda8e0d5ee5025294b1a6c3352d6e74dc Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 5 Aug 2011 16:16:04 -0300 Subject: Adding more subsystems into nodo::plug --- manifests/plug.pp | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'manifests/plug.pp') diff --git a/manifests/plug.pp b/manifests/plug.pp index 354a9d6..efe4eb3 100644 --- a/manifests/plug.pp +++ b/manifests/plug.pp @@ -3,6 +3,8 @@ class nodo::plug inherits nodo { include ntpdate include syslog-ng include utils::plug + include firewall + include sysctl backupninja::sys { "sys": ensure => present, @@ -10,4 +12,14 @@ class nodo::plug inherits nodo { # Monkeysphere configuration monkeysphere_host { "$hostname": } + + # DNS resolver + $resolvconf_domain = "$domain" + $resolvconf_search = "$fqdn" + include resolvconf + + # Munin configuration + munin_node { "$hostname": + port => '4900', + } } -- cgit v1.2.3