File: proxy_template_to_ini-536250b1f409e40f.yaml

package info (click to toggle)
puppet-module-swift 25.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,400 kB
  • sloc: ruby: 9,593; python: 38; sh: 10; makefile: 10
file content (10 lines) | stat: -rw-r--r-- 414 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
---
prelude: >
 -  swift_proxy_config ini provider is now used to mange
    all sections in proxy-server.conf. The erb templates
    and use of concat for proxy.conf sections has been removed.
    All template logic is moved into proxy middleware classes.
    To purge proxy.conf of settings that are not specified
    set the new paramater "purge_config" to "true".
upgrade:
  - Maintains backward compatibility.