diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-01-24 16:23:19 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-01-24 16:23:19 -0200 |
commit | c64fae356ed57c48b0774bd43d8118fced0cb96a (patch) | |
tree | 9becf7c56ab8fcebc8b3ab61c18c6b66e411190a /manifests/nodo.pp | |
parent | 1c2fb29bea38ccf12adf4fe8fd93fef44245eda0 (diff) | |
download | puppet-nodo-c64fae356ed57c48b0774bd43d8118fced0cb96a.tar.gz puppet-nodo-c64fae356ed57c48b0774bd43d8118fced0cb96a.tar.bz2 |
Removing minimal nodo classes
Diffstat (limited to 'manifests/nodo.pp')
-rw-r--r-- | manifests/nodo.pp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/manifests/nodo.pp b/manifests/nodo.pp index 8d746d0..f0a6b21 100644 --- a/manifests/nodo.pp +++ b/manifests/nodo.pp @@ -1,7 +1,6 @@ class nodo { include lsb include puppetd - include backup include sudo include users::admin include motd @@ -14,6 +13,8 @@ class nodo { include domain include concat::setup + class { 'backup': } + # Does not work well inside vservers class { 'runit': ensure => absent } |