From 261bb2139bba1d7b8be21776b9c06ba1fa241582 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 31 Mar 2016 13:43:16 -0300 Subject: Do not wrap apcupsd inclusion --- manifests/base/physical.pp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'manifests/base') 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': } } -- cgit v1.2.3