diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-04-13 12:22:27 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-04-13 12:22:27 -0300 |
commit | 118eedc2cf491e82d7c55b71443f15eb6ce14830 (patch) | |
tree | 5b4a65b9d71b95201d21b7e7974f61ba2ea956c4 /manifests/physical.pp | |
parent | cd80dffa65d90834bb89b5e2a25c97a73dec511c (diff) | |
download | puppet-nodo-118eedc2cf491e82d7c55b71443f15eb6ce14830.tar.gz puppet-nodo-118eedc2cf491e82d7c55b71443f15eb6ce14830.tar.bz2 |
Minor fix
Diffstat (limited to 'manifests/physical.pp')
-rw-r--r-- | manifests/physical.pp | 2 |
1 files changed, 1 insertions, 1 deletions
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) |