File: ensure-policy-file-exists-1c53dc62e10c53d3.yaml

package info (click to toggle)
puppet-module-openstacklib 25.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 968 kB
  • sloc: ruby: 4,500; python: 38; sh: 22; makefile: 10
file content (9 lines) | stat: -rw-r--r-- 447 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
---
fixes:
  - |
    The upstream services are moving their policy files into code which means
    they may not exist if a user tries to customize the policies. We've added
    an file resource to openstacklib::policy::base to ensure the file exists
    but this means that the user/group need to be passed into the module or
    it will possibly lock out services from being able to read this file as
    the defaults limit it to just root:root.