From: Silvio Rhatto Date: Sat, 13 Apr 2013 15:22:27 +0000 (-0300) Subject: Minor fix X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=118eedc2cf491e82d7c55b71443f15eb6ce14830;p=puppet-nodo.git Minor fix --- diff --git a/manifests/physical.pp b/manifests/physical.pp index b883e76..c2d451d 100644 --- a/manifests/physical.pp +++ b/manifests/physical.pp @@ -1,5 +1,5 @@ class nodo::physical inherits nodo::host { - class { [ 'nodo::subsystem::ups', smartmontools': } + class { [ 'nodo::subsystem::ups', 'smartmontools' ]: } # SMART monitoring $munin = hiera('nodo::host::use_munin', True)