Commit b22bb01
committed
Fix use_canonical_name directive
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.1 parent 7de9755 commit b22bb01
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2946 | 2946 | | |
2947 | 2947 | | |
2948 | 2948 | | |
2949 | | - | |
| 2949 | + | |
2950 | 2950 | | |
2951 | 2951 | | |
2952 | 2952 | | |
| |||
0 commit comments