diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2016-03-31 13:43:16 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2016-03-31 13:43:16 -0300 |
commit | 261bb2139bba1d7b8be21776b9c06ba1fa241582 (patch) | |
tree | 0ae62f2690bee53a644425d83a7536604928dfc8 /manifests/base | |
parent | 20fe7a78717cb186661d27cb72ce0bf7272161d6 (diff) | |
download | puppet-nodo-261bb2139bba1d7b8be21776b9c06ba1fa241582.tar.gz puppet-nodo-261bb2139bba1d7b8be21776b9c06ba1fa241582.tar.bz2 |
Do not wrap apcupsd inclusion
Diffstat (limited to 'manifests/base')
-rw-r--r-- | manifests/base/physical.pp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/manifests/base/physical.pp b/manifests/base/physical.pp index 60a506b..f533188 100644 --- a/manifests/base/physical.pp +++ b/manifests/base/physical.pp @@ -1,7 +1,6 @@ class nodo::base::physical inherits nodo::base::host { - class { 'nodo::subsystem::ups': } - $smartmontools = hiera('nodo::smartmontools', true) + if $smartmontools == true { class { 'smartmontools': } } |