Closed
Description
I believe the change made in a3b7241 introduced a bug related to how top scope facts are extracted:
for example in:
- ssl_certfile => "/etc/letsencrypt/live/${::fqdn}/fullchain.pem",
+ ssl_certfile => "/etc/letsencrypt/live/${facts['facts['networking']['fqdn']']}/fullchain.pem",
${::fqdn}
gets replaced by ${facts['facts['networking']['fqdn']']}
which does not seem to be correct (check where the ' are)
Environment
- Puppet-lint version [3.2.0]
Thanks,
Daniel.