diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-01-24 20:13:31 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-01-24 20:13:31 -0200 |
commit | 16e96dc754f0ddc516c9a8aaba8e792317e632e6 (patch) | |
tree | d8f46b4e6e289e9d2a192cac799c68440d303c7a /manifests/nodo.pp | |
parent | 2937bd53896a3f53fcf363104fb3d52c9d899eba (diff) | |
download | puppet-nodo-16e96dc754f0ddc516c9a8aaba8e792317e632e6.tar.gz puppet-nodo-16e96dc754f0ddc516c9a8aaba8e792317e632e6.tar.bz2 |
Just declared puppetd once
Diffstat (limited to 'manifests/nodo.pp')
-rw-r--r-- | manifests/nodo.pp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/manifests/nodo.pp b/manifests/nodo.pp index d05e3d6..6259cd3 100644 --- a/manifests/nodo.pp +++ b/manifests/nodo.pp @@ -12,7 +12,10 @@ class nodo { include domain include concat::setup - class { 'puppetd': } + if !defined('puppetd') { + class { 'puppetd': } + } + class { 'backup': } # Does not work well inside vservers |