aboutsummaryrefslogtreecommitdiff
path: root/manifests/base/physical.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/base/physical.pp')
-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 8c3b1c4..936a21f 100644
--- a/manifests/base/physical.pp
+++ b/manifests/base/physical.pp
@@ -1,5 +1,5 @@
class nodo::base::physical inherits nodo::base::host {
- $smartmontools = hiera('nodo::smartmontools', true)
+ $smartmontools = lookup('nodo::smartmontools', undef, undef, true)
if $smartmontools == true {
class { 'smartmontools': }