You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think I may have this problem. I want to declare http_proxy so that letsencrypt can do its work unmolested by our firewall.
I have a hiera declaration in common.yaml: letsencrypt::onlycert::environment: [ 'http_proxy=http://example.com:8080', 'https_proxy=https://example.com:8080' ]
This works in my node declarations: environment => [ 'http_proxy=http://example.com:8080', 'https_proxy=https://example.com:8080' ]
as does environment => lookup('letsencrypt::onlycert::environment')
but if I remove the environment line entirely, I expect that my hiera common declaration will assert itself, and it doesn't.
Is it conflicting with hiera's %{::environment} as suggested in this ticket?
letsencrypt::environment
, with its default of[]
has the potential to break hiera lookups where%{::enviornment}
is used as a branch keyThe text was updated successfully, but these errors were encountered: