aboutsummaryrefslogtreecommitdiff
path: root/manifests/subsystem/scanner
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2020-05-07 20:58:21 -0300
committerSilvio Rhatto <rhatto@riseup.net>2020-05-07 20:58:21 -0300
commitd6d256a293da043076351c62146228ed5bd4dfbc (patch)
tree230ffbd0ce66f2756fd2ac8bf897a11cf4329fc4 /manifests/subsystem/scanner
parent508668172faddb6765b6de5582a9bd6214b859fb (diff)
downloadpuppet-nodo-d6d256a293da043076351c62146228ed5bd4dfbc.tar.gz
puppet-nodo-d6d256a293da043076351c62146228ed5bd4dfbc.tar.bz2
Hiera 5 migration
Diffstat (limited to 'manifests/subsystem/scanner')
-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,
}