]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Adding more subsystems into nodo::plug
authorSilvio Rhatto <rhatto@riseup.net>
Fri, 5 Aug 2011 19:16:04 +0000 (16:16 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Fri, 5 Aug 2011 19:16:04 +0000 (16:16 -0300)
manifests/plug.pp

index 354a9d62d967d9faa26627f8d832033ade4b9f8b..efe4eb3ca1e95364d350ee67f62f012530728ff9 100644 (file)
@@ -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',
+  }
 }