diff options
Diffstat (limited to 'manifests/plug.pp')
| -rw-r--r-- | manifests/plug.pp | 10 | 
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": }  } | 
