From: Silvio Rhatto Date: Sat, 12 Mar 2016 16:50:01 +0000 (-0300) Subject: Minor fix X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=ab0e2abc505a3bf13280786ab8feab434e77d200;p=puppet-nodo.git Minor fix --- 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 {