puppet-panko/releasenotes/notes/remove-explicit-log-e931f303c9bf7946.yaml
Pradeep Kilambi 5db76aae39 Remove explicit log file for panko
This is causing selinux issues as the context
for apache doesnt match. Let apache create
app.log by default instead.

Change-Id: I670c88f6b1bcfcb5d5d6e14ad8e1ab936b417460
2017-03-29 11:45:23 -04:00

6 lines
208 B
YAML

---
fixes:
- Remove explcit panko.log file as this messes up the selinux context.
When apache writes to it it complains. Instead let apache create
the app.log on its own so the context are correct.