aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2020-05-07 20:57:37 -0300
committerSilvio Rhatto <rhatto@riseup.net>2020-05-07 20:57:37 -0300
commit1e7a945e416aa660616601b130c8be5462c3c22b (patch)
treeeeef3b7e61896bf0f9a7782488d83e49f6d293a4
parent8c0462d71b64e61c7b0838dd662c2ada8ccc8c47 (diff)
downloadpuppet-icecast-1e7a945e416aa660616601b130c8be5462c3c22b.tar.gz
puppet-icecast-1e7a945e416aa660616601b130c8be5462c3c22b.tar.bz2
Hiera 5 migrationHEADmaster
-rw-r--r--manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 02b23af..0439846 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -1,5 +1,5 @@
class icecast(
- $config_content = hiera('icecast::config_content', false),
+ $config_content = lookup('icecast::config_content', undef, undef, false),
$config_source = [ "puppet:///modules/site_icecast/${::hostname}.conf",
"puppet:///modules/icecast/icecast.conf" ],
) {