Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sanitise type #73

Merged
merged 2 commits into from
Nov 16, 2017
Merged

Sanitise type #73

merged 2 commits into from
Nov 16, 2017

Conversation

ekohl
Copy link
Member

@ekohl ekohl commented Nov 16, 2017

I was installing a new squid proxy with some acl rules. One of these rules was the following

squid::acl{'url':
   type    => 'ssl::server_name',
   entries => ['.foo.bar'],
}

This returned an Puppet error

Error: Evaluation Error: Error while evaluating a Function Call, Order cannot contain '/', ':', or '

By removing the : it was fixed.

This is a rebased version of GH-53.

Closes GH-53

@ekohl ekohl merged commit 905dadb into voxpupuli:master Nov 16, 2017
@ekohl ekohl deleted the acl-type branch November 16, 2017 11:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants