aboutsummaryrefslogtreecommitdiff
path: root/manifests/subsystem/scanner/client.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/subsystem/scanner/client.pp')
-rw-r--r--manifests/subsystem/scanner/client.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/subsystem/scanner/client.pp b/manifests/subsystem/scanner/client.pp
index 873f8b9..c1eb92d 100644
--- a/manifests/subsystem/scanner/client.pp
+++ b/manifests/subsystem/scanner/client.pp
@@ -1,4 +1,4 @@
-class nodo::subsystem::scanner::client($server = hiera('nodo::subsystem::scanner::client::hostname', 'localhost')) {
+class nodo::subsystem::scanner::client($server = lookup('nodo::subsystem::scanner::client::hostname', undef, undef, 'localhost')) {
package { 'sane':
ensure => present,
}