puppet-tripleo/manifests/profile/base/logging
Takashi Kajinami 4c2449055c Logging: Replace hiera by lookup
The hiera function is deprecated and does not work with the latest
hieradata version 5. It should be replaced by the new lookup
function[1].

[1] https://puppet.com/docs/puppet/7/hiera_automatic.html

With the lookup function, we can define value type and merge behavior,
but these are kept default at this moment to limit scope of this change
to just simple replacement. Adding value type might be useful to make
sure the value is in expected type (especially when a boolean value is
expected), but we will revisit that later.

example:
lookup(<NAME>, [<VALUE TYPE>], [<MERGE BEHAVIOR>], [<DEFAULT VALUE>])

Change-Id: I9ddceedcf1b7d5335beea542e671de8f9f143e5f
2022-04-26 16:22:18 +09:00
..
rsyslog Logging: Replace hiera by lookup 2022-04-26 16:22:18 +09:00
logrotate.pp Logging: Replace hiera by lookup 2022-04-26 16:22:18 +09:00
rsyslog.pp Logging: Replace hiera by lookup 2022-04-26 16:22:18 +09:00