puppet-openstacklib/releasenotes/notes/no-directory-listing-8e6270ed0e1eb1d0.yaml
Cédric Jeanneret ad48860b75 Ensure no directory listing is active
By default, puppetlabs-apache module enables Indexes option, which can
lead in data/structure leak.

The following patch disable that option on a global base, since we
shouldn't need such a feature.

Closes-Bug: #1854442
Change-Id: Icba53f4e32237556608f4cb6dcd9da1a71705c19
2019-12-03 08:38:29 +01:00

7 lines
92 B
YAML

---
security:
- Do not authorize directory listing
fixes:
- rhbz#1778052
- LP#1854442