aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2016-03-12 13:50:01 -0300
committerSilvio Rhatto <rhatto@riseup.net>2016-03-12 13:50:01 -0300
commitab0e2abc505a3bf13280786ab8feab434e77d200 (patch)
treeacfb389b2559f6a4dcf8b8509d7e4da2800a50e5
parent8c336e3cfa521073fc1746cc03e2f243b74fbe64 (diff)
downloadpuppet-nodo-ab0e2abc505a3bf13280786ab8feab434e77d200.tar.gz
puppet-nodo-ab0e2abc505a3bf13280786ab8feab434e77d200.tar.bz2
Minor fix
-rw-r--r--manifests/base/physical.pp2
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 {