diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2020-05-07 20:57:37 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2020-05-07 20:57:37 -0300 |
commit | 1e7a945e416aa660616601b130c8be5462c3c22b (patch) | |
tree | eeef3b7e61896bf0f9a7782488d83e49f6d293a4 /manifests | |
parent | 8c0462d71b64e61c7b0838dd662c2ada8ccc8c47 (diff) | |
download | puppet-icecast-master.tar.gz puppet-icecast-master.tar.bz2 |
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/init.pp | 2 |
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" ], ) { |