File: openstacklib-multiple-wsgi-script-aliases-34ff48b463416e0f.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 (7 lines) | stat: -rw-r--r-- 341 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
---
features:
  - |
    openstacklib::wsgi::apache now has a parameter named custom_wsgi_script_aliases
    which can be used to add more WSGI script alises to the apache::vhost resource.
    These additional WSGI script aliases is added upon the default script alias which
    is $path combined with $wsgi_script_dir and $wsgi_script_file.