diff options
Diffstat (limited to 'manifests/physical.pp')
-rw-r--r-- | manifests/physical.pp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/manifests/physical.pp b/manifests/physical.pp index 887eb8d..b883e76 100644 --- a/manifests/physical.pp +++ b/manifests/physical.pp @@ -1,6 +1,5 @@ class nodo::physical inherits nodo::host { - include ups - include smartmontools + class { [ 'nodo::subsystem::ups', smartmontools': } # SMART monitoring $munin = hiera('nodo::host::use_munin', True) |