diff options
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': } } |