diff options
Diffstat (limited to 'manifests/base')
| -rw-r--r-- | manifests/base/physical.pp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/manifests/base/physical.pp b/manifests/base/physical.pp index 6deee3c..60a506b 100644 --- a/manifests/base/physical.pp +++ b/manifests/base/physical.pp @@ -1,5 +1,5 @@  class nodo::base::physical inherits nodo::base::host { -  class { 'nodo::subsystem::ups' } +  class { 'nodo::subsystem::ups': }    $smartmontools = hiera('nodo::smartmontools', true)    if $smartmontools == true { | 
