diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-04-14 15:18:30 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-04-14 15:18:30 -0300 |
commit | ccf767482ffb2993f957b47c9d92b7181b5c39b6 (patch) | |
tree | 7346539abfea558aa89a79fa2cbdf2fc95c91873 | |
parent | 141b77e2a4cc028e2b2cbb420b2177f2bfba95cb (diff) | |
download | puppet-nodo-ccf767482ffb2993f957b47c9d92b7181b5c39b6.tar.gz puppet-nodo-ccf767482ffb2993f957b47c9d92b7181b5c39b6.tar.bz2 |
Comment
-rw-r--r-- | manifests/base.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/base.pp b/manifests/base.pp index 746a6fa..66035eb 100644 --- a/manifests/base.pp +++ b/manifests/base.pp @@ -18,7 +18,7 @@ class nodo::base { class { [ 'nodo::subsystem::hosts', 'nodo::subsystem::motd' ]: } - # Include if not defined by nodo::master + # Puppet daemon class { 'puppet::daemon': master => hiera('nodo::role::master::main', false) } |