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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix use_canonical_name directive #2515

Merged
merged 1 commit into from Jan 3, 2024
Merged

Fix use_canonical_name directive #2515

merged 1 commit into from Jan 3, 2024

Conversation

pebtron
Copy link
Contributor

@pebtron pebtron commented Jan 3, 2024

Summary

This is missing a newline char and breaks on recent (12.0.0) puppetlabs-apache:

apache2: Syntax error on line 50 of /etc/apache2/apache2.conf: Syntax error on line 6 of /etc/apache2/sites-enabled/25-example.com-443.conf:6: <VirtualHost> was not closed.

This fix is inspired by fb9d1313, it's functionally the same. Adds the missing newline and also adds two spaces for indentation.

Checklist

  • 馃煝 Spec tests.
  • 馃煝 Acceptance tests.
  • Manually verified. (For example puppet apply)

This is missing a newline char and breaks on recent (12.0.0)
puppetlabs-apache:
```
apache2: Syntax error on line 50 of /etc/apache2/apache2.conf: Syntax error on line 6 of /etc/apache2/sites-enabled/25-example.com-443.conf:6: <VirtualHost> was not closed.
```

This fix is inspired by fb9d1313, it's functionally the same. Adds the
missing newline and also adds two spaces for indentation.
Copy link
Collaborator

@ekohl ekohl left a comment

Choose a reason for hiding this comment

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

This was broken in 31a137b.

@ekohl ekohl added the bugfix label Jan 3, 2024
@ekohl ekohl merged commit d971401 into puppetlabs:main Jan 3, 2024
44 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants