File tree Expand file tree Collapse file tree
modules/enableit/common/data Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- ## LinuxAid Release Version v1.5.3
1+ ## LinuxAid Release Version v1.5.4
22
33### Bug Fixes
4- - 9747c6f1 fix: remove cron_jobs param since it's not being referenced anywhere
5- - 39622c49 fix: skip rsyslog if facter is unset
6- - 2e7974dc fix(haproxy): gate HAProxy 3.x to Ubuntu 24.04+ only
7- - edb97336 fix: replace dummy cert creation with snake oil
4+ - 9361696f fix: nil safety for linuxaid_tag in ENC and add ENC documentation
5+ - 53fb30a7 fix: handle linuxaid-tag for branch and tags
6+
7+ ### Other Changes
8+ - 349fb9f8 ci: update docstring ci to v0.1.0
9+ - 0d4cc16e refactor: replace common::services::systemd with systemd::unit_file
10+ - c9babc2f Fix typo in openvmtools class name
11+ - 5a819ebf update security exporter to use Vuls server config
812
Original file line number Diff line number Diff line change 22
33All releases and the changes included in them (pulled from git commits added since last release) will be detailed in this file.
44
5+ ## LinuxAid Release Version v1.5.4
6+
7+ ### Bug Fixes
8+ - 9361696f fix: nil safety for linuxaid_tag in ENC and add ENC documentation
9+ - 53fb30a7 fix: handle linuxaid-tag for branch and tags
10+
11+ ### Other Changes
12+ - 349fb9f8 ci: update docstring ci to v0.1.0
13+ - 0d4cc16e refactor: replace common::services::systemd with systemd::unit_file
14+ - c9babc2f Fix typo in openvmtools class name
15+ - 5a819ebf update security exporter to use Vuls server config
16+
517## LinuxAid Release Version v1.5.3
618
719### Bug Fixes
Original file line number Diff line number Diff line change @@ -312,7 +312,7 @@ common::system::services::disabled_services:
312312
313313# Puppet/Openvox
314314common::system::openvox::version : " 8.24.2"
315- common::system::openvox::environment : " v1.5.3 "
315+ common::system::openvox::environment : " v1.5.4 "
316316common::system::openvox::server : enableit.puppet.obmondo.com
317317common::system::openvox::package_name : " openvox-agent"
318318common::system::openvox::configure_agent : true
You can’t perform that action at this time.
0 commit comments