diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-01-25 15:29:33 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-01-25 15:29:33 -0200 |
commit | 01572197dc119ff46f4e5704bdc8ff21bbb0f7c0 (patch) | |
tree | bd46e7f492c187ba81e5df5948d20216abf79767 /manifests/nodo.pp | |
parent | 0b2be6e6e319e7055842a2c63fe5e53abb5cae6d (diff) | |
download | puppet-nodo-01572197dc119ff46f4e5704bdc8ff21bbb0f7c0.tar.gz puppet-nodo-01572197dc119ff46f4e5704bdc8ff21bbb0f7c0.tar.bz2 |
Updating puppet module
Diffstat (limited to 'manifests/nodo.pp')
-rw-r--r-- | manifests/nodo.pp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/nodo.pp b/manifests/nodo.pp index ba27640..50725a7 100644 --- a/manifests/nodo.pp +++ b/manifests/nodo.pp @@ -13,8 +13,8 @@ class nodo { class { 'hosts': } - if !defined('puppetd') { - class { 'puppetd': } + if !defined('puppet::daemon') { + class { 'puppetd::daemon': } } # |