]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
More config into nodo::plug
authorSilvio Rhatto <rhatto@riseup.net>
Fri, 5 Aug 2011 17:44:50 +0000 (14:44 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Fri, 5 Aug 2011 17:44:50 +0000 (14:44 -0300)
manifests/plug.pp

index ca9ce19d12682b24e44e63606f5d70b61e2e8758..354a9d62d967d9faa26627f8d832033ade4b9f8b 100644 (file)
@@ -1,3 +1,13 @@
 class nodo::plug inherits nodo {
+  include sshd
+  include ntpdate
+  include syslog-ng
   include utils::plug
+
+  backupninja::sys { "sys":
+    ensure     => present,
+  }
+
+  # Monkeysphere configuration
+  monkeysphere_host { "$hostname": }
 }