decibelhertz
decibelhertz
## Affected Puppet, Ruby, OS and module versions/distributions - Puppet: 5.5.10 - Ruby: 2.4.5 - Distribution: CentOS 7 - Module version: 0.16.0 ## How to reproduce (e.g Puppet code you...
There's quite a difference in setup between OSes, e.g. RedHat variants use `JENKINS_PORT`; `HTTP_PORT` (used in this module) has no effect on the actual service. `fgrep _PORT /etc/init.d/jenkins` (CentOS 6.6)...
pyvenv cannot install until $facts['python3_version'] exists (or is overidden) on RedHat style OSes
## Affected Puppet, Ruby, OS and module versions/distributions - Puppet: 6.26.0 - Ruby: 2.5.9p229 - Distribution: Oracle Linux 8 - Module version: 6.2.1 ## How to reproduce (e.g Puppet code...
The rotating backup stuff is great, however Glacier can also be treated as a cost-effective upload-once-download-maybe safety backup for some data. E.G. raw data whose derived products are of actual...
### Bug Overview https://github.com/nginx/ansible-role-nginx-config/blob/main/templates/http/modules.j2#L181-L207 uses `log` as the variable name to iterate over, but this rewrites the `log` dict variable that it is evaluating. This makes multiple conditional statements unable...