-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
always quote ExpiresDefault in vhost::directories #1958
always quote ExpiresDefault in vhost::directories #1958
Conversation
this was already done in expires.conf, but not in a vhost
this is needed until puppetlabs/puppetlabs-apache#1958 is merged and we have that deployed
|
unrelated test failure is unrelated 🤷♀️ |
this is needed until puppetlabs/puppetlabs-apache#1958 is merged and we have that deployed
|
This would be breaking since users might already work around this by adding quotes. |
|
Investigating the weird syntax check fail, may need to add a maint commit and have you rebase once I fix it. |
|
Fixed the problem and merged in at #1959, tests are now green. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
|
Looks like tests ran again and passed now, so I don't need to rebase, right? |
always quote ExpiresDefault in vhost::directories
this was already done in expires.conf, but not in a vhost