diff options
-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) |