From 129e9ec3fc6cbc68d8fdbc99fed25cfb4f93b618 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 5 Aug 2011 14:44:50 -0300 Subject: More config into nodo::plug --- manifests/plug.pp | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'manifests/plug.pp') 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": } } -- cgit v1.2.3