aboutsummaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-04-13 18:22:01 -0300
committerSilvio Rhatto <rhatto@riseup.net>2013-04-13 18:22:01 -0300
commitb9d017bb48abec0fa889165e3a1866c85c8685a0 (patch)
tree09870efcf210f2b501173646111e60aeea6922c5 /manifests
parent2286875dd01b50090fe3a18bfafa01a232bf50a5 (diff)
downloadpuppet-nodo-b9d017bb48abec0fa889165e3a1866c85c8685a0.tar.gz
puppet-nodo-b9d017bb48abec0fa889165e3a1866c85c8685a0.tar.bz2
Declaring nodo::subsystem::motd using class { }
Diffstat (limited to 'manifests')
-rw-r--r--manifests/base.pp3
1 files changed, 1 insertions, 2 deletions
diff --git a/manifests/base.pp b/manifests/base.pp
index c1173a5..6507c27 100644
--- a/manifests/base.pp
+++ b/manifests/base.pp
@@ -1,7 +1,6 @@
class nodo::base {
include lsb
include nodo::subsystem::sudo
- include nodo::subsystem::motd
include nodo::subsystem::locales
include nodo::subsystem::profile
include nodo::utils
@@ -11,7 +10,7 @@ class nodo::base {
include concat::setup
include cron
- class { 'nodo::subsystem::hosts': }
+ class { [ 'nodo::subsystem::hosts', 'nodo::subsystem::motd' ]: }
# Include if not defined by nodo::master
class { 'puppet::daemon':