diff options
| author | Silvio Rhatto <rhatto@riseup.net> | 2011-08-05 14:44:50 -0300 | 
|---|---|---|
| committer | Silvio Rhatto <rhatto@riseup.net> | 2011-08-05 14:44:50 -0300 | 
| commit | 129e9ec3fc6cbc68d8fdbc99fed25cfb4f93b618 (patch) | |
| tree | 44b32be44208c75f3d22a9b7dec9b232f848e9a5 | |
| parent | b93d3fb89420f7ced9a17ed46802aa68cdf33ddc (diff) | |
| download | puppet-nodo-129e9ec3fc6cbc68d8fdbc99fed25cfb4f93b618.tar.gz puppet-nodo-129e9ec3fc6cbc68d8fdbc99fed25cfb4f93b618.tar.bz2  | |
More config into nodo::plug
| -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": }  }  | 
