aboutsummaryrefslogtreecommitdiff
path: root/manifests/base/physical.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2016-03-31 13:43:16 -0300
committerSilvio Rhatto <rhatto@riseup.net>2016-03-31 13:43:16 -0300
commit261bb2139bba1d7b8be21776b9c06ba1fa241582 (patch)
tree0ae62f2690bee53a644425d83a7536604928dfc8 /manifests/base/physical.pp
parent20fe7a78717cb186661d27cb72ce0bf7272161d6 (diff)
downloadpuppet-nodo-261bb2139bba1d7b8be21776b9c06ba1fa241582.tar.gz
puppet-nodo-261bb2139bba1d7b8be21776b9c06ba1fa241582.tar.bz2
Do not wrap apcupsd inclusion
Diffstat (limited to 'manifests/base/physical.pp')
-rw-r--r--manifests/base/physical.pp3
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': }
}