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
8f8b7e3#diff-c9e6a3913500ff4c764544544068d6c4 should solve this. It's also supposed to be part of 1.0.0 so it confuses me why this is a problem. Could you confirm that patch is part of the code?
Not sure if this is an issue with puppet or the module, but I am unable to use 'ssl::server_name' due to a syntax error.
Affected Puppet, Ruby, OS and module versions/distributions
How to reproduce (e.g Puppet code you use)
squid::acl {'whitelisted_https_sites': type => 'ssl::server_name', entries => $whitelisted_sites, }
Also fails when escaping the characters
squid::acl {'whitelisted_https_sites': type => 'ssl\:\:server_name', entries => $whitelisted_sites, }
What are you seeing
Error: Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Error while evaluating a Function Call, Concat::Fragment['squid_acl_allowed_https_websites']: 'order' cannot contain '/', ':', or '\n'. (file: /root/test/modules/concat/manifests/fragment.pp, line: 27, column: 5) (file: /root/test/modules/squid/manifests/acl.pp, line: 15) on node squid
Is there any way to bypass this? I also tried using squid::extra_config_section.
The text was updated successfully, but these errors were encountered: