aboutsummaryrefslogtreecommitdiff
path: root/manifests/plug.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2011-08-05 14:44:50 -0300
committerSilvio Rhatto <rhatto@riseup.net>2011-08-05 14:44:50 -0300
commit129e9ec3fc6cbc68d8fdbc99fed25cfb4f93b618 (patch)
tree44b32be44208c75f3d22a9b7dec9b232f848e9a5 /manifests/plug.pp
parentb93d3fb89420f7ced9a17ed46802aa68cdf33ddc (diff)
downloadpuppet-nodo-129e9ec3fc6cbc68d8fdbc99fed25cfb4f93b618.tar.gz
puppet-nodo-129e9ec3fc6cbc68d8fdbc99fed25cfb4f93b618.tar.bz2
More config into nodo::plug
Diffstat (limited to 'manifests/plug.pp')
-rw-r--r--manifests/plug.pp10
1 files changed, 10 insertions, 0 deletions
diff --git a/manifests/plug.pp b/manifests/plug.pp
index ca9ce19..354a9d6 100644
--- a/manifests/plug.pp
+++ b/manifests/plug.pp
@@ -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": }
}