aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-04-13 12:22:27 -0300
committerSilvio Rhatto <rhatto@riseup.net>2013-04-13 12:22:27 -0300
commit118eedc2cf491e82d7c55b71443f15eb6ce14830 (patch)
tree5b4a65b9d71b95201d21b7e7974f61ba2ea956c4
parentcd80dffa65d90834bb89b5e2a25c97a73dec511c (diff)
downloadpuppet-nodo-118eedc2cf491e82d7c55b71443f15eb6ce14830.tar.gz
puppet-nodo-118eedc2cf491e82d7c55b71443f15eb6ce14830.tar.bz2
Minor fix
-rw-r--r--manifests/physical.pp2
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)