From: Silvio Rhatto Date: Fri, 5 Aug 2011 17:44:50 +0000 (-0300) Subject: More config into nodo::plug X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=129e9ec3fc6cbc68d8fdbc99fed25cfb4f93b618;p=puppet-nodo.git More config into nodo::plug --- 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": } }