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

MODULES-1688: fix indenting in vhost/_directories.erb template #980

Merged
merged 1 commit into from
Jan 22, 2015

Conversation

jlambert121
Copy link
Contributor

No description provided.

<<%= provider %> "<%= path %>">
<%- if directory['headers'] -%>
<%- Array(directory['headers']).each do |header| -%>
<<%= provider %> "<%= path %>">
Copy link
Contributor

Choose a reason for hiding this comment

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

I believe this line is indented 2 spaces two far. It should not follow ruby's indentation as it is part of the output, and correctly formatted output trumps ruby indentation.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

You are correct, fix coming in a few

@hunner
Copy link
Contributor

hunner commented Jan 22, 2015

Whoops, sorry I didn't catch this in time and now it has a conflict. Could you rebase for merge? Thanks!

hunner added a commit that referenced this pull request Jan 22, 2015
MODULES-1688: fix indenting in vhost/_directories.erb template
@hunner hunner merged commit 08158d4 into puppetlabs:master Jan 22, 2015
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.

3 participants