diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2016-03-12 13:50:01 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2016-03-12 13:50:01 -0300 |
commit | ab0e2abc505a3bf13280786ab8feab434e77d200 (patch) | |
tree | acfb389b2559f6a4dcf8b8509d7e4da2800a50e5 /manifests | |
parent | 8c336e3cfa521073fc1746cc03e2f243b74fbe64 (diff) | |
download | puppet-nodo-ab0e2abc505a3bf13280786ab8feab434e77d200.tar.gz puppet-nodo-ab0e2abc505a3bf13280786ab8feab434e77d200.tar.bz2 |
Minor fix
Diffstat (limited to 'manifests')
-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 { |