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

a path is needed for ProxyPassReverse #1327

Merged
merged 1 commit into from
Jan 14, 2016

Conversation

tphoney
Copy link
Contributor

@tphoney tphoney commented Jan 14, 2016

No description provided.

DavidS added a commit that referenced this pull request Jan 14, 2016
a path is needed for ProxyPassReverse
@DavidS DavidS merged commit 5442a98 into puppetlabs:master Jan 14, 2016
@@ -1013,7 +1013,7 @@ class { 'apache': service_ensure => stopped, }

describe file("#{$vhost_dir}/25-test.server.conf") do
it { is_expected.to be_file }
it { is_expected.to contain 'ProxyPass / test2/' }
it { is_expected.to contain 'ProxyPass / test2/' }
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

%r{ProxyPass\s+ / test/} ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i totally agree !
if we were to do this, it should be done for the whole file. so it is consistent

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants