From 118eedc2cf491e82d7c55b71443f15eb6ce14830 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 13 Apr 2013 12:22:27 -0300 Subject: Minor fix --- manifests/physical.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3