File: ensure-log-debug-is-boolean-ca20c1b14f5774e7.yaml

package info (click to toggle)
puppet-module-oslo 27.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 992 kB
  • sloc: ruby: 2,436; python: 33; sh: 10; makefile: 10
file content (11 lines) | stat: -rw-r--r-- 433 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
---
upgrade:
  - |
    Bump minimum version of puppetlabs-stdlib to 4.13.0 as we are using the
    any2bool function.
fixes:
  - |
    oslo.log fails if the debug setting is the configuration file is not a
    boolean. So we've added boolean conversion to the setting to ensure that
    we are either passing a proper boolean or $::os_service_default.  We are
    leveraging puppetlabs-stdlib any2bool for the conversion. LP#1719929