From ab0e2abc505a3bf13280786ab8feab434e77d200 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 12 Mar 2016 13:50:01 -0300 Subject: Minor fix --- manifests/base/physical.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/base/physical.pp b/manifests/base/physical.pp index 6deee3c..60a506b 100644 --- a/manifests/base/physical.pp +++ b/manifests/base/physical.pp @@ -1,5 +1,5 @@ class nodo::base::physical inherits nodo::base::host { - class { 'nodo::subsystem::ups' } + class { 'nodo::subsystem::ups': } $smartmontools = hiera('nodo::smartmontools', true) if $smartmontools == true { -- cgit v1.2.3