aboutsummaryrefslogtreecommitdiff
path: root/manifests/nodo.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-01-24 16:23:19 -0200
committerSilvio Rhatto <rhatto@riseup.net>2013-01-24 16:23:19 -0200
commitc64fae356ed57c48b0774bd43d8118fced0cb96a (patch)
tree9becf7c56ab8fcebc8b3ab61c18c6b66e411190a /manifests/nodo.pp
parent1c2fb29bea38ccf12adf4fe8fd93fef44245eda0 (diff)
downloadpuppet-nodo-c64fae356ed57c48b0774bd43d8118fced0cb96a.tar.gz
puppet-nodo-c64fae356ed57c48b0774bd43d8118fced0cb96a.tar.bz2
Removing minimal nodo classes
Diffstat (limited to 'manifests/nodo.pp')
-rw-r--r--manifests/nodo.pp3
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 }