Vadym Chepkov
Vadym Chepkov
I believe the problem was addressed in RHEL with this fix: https://github.com/rpm-software-management/dnf-plugins-core/commit/eb0a223c84d4a065ec7b54faa28679d88aef559d Which seems to be missing in Alma
@LKHN , thank you, your workaround worked, but, FYI, there is no architecture listed in the output ``` $ vagrant box list almalinux/8 (virtualbox, 8.8.20230606) almalinux/9 (virtualbox, 9.2.20230513) ```
That was before I ran the updates, it now shows updated versions (after prune) ``` $ vagrant box list almalinux/8 (virtualbox, 8.9.20231219) almalinux/9 (virtualbox, 9.3.20231118) ```
@LKHN , yes thank you, it worked as expected this time
I submitted a PR #79 to address the issue
@cyberious , you can find it in 'development' branch here https://github.com/bnagit/puppet-nagios/commits/development
oh, intersting, I can see how it can be useful, if the same file shared between different modules. How about we introduce two variables instead? apache_httpd_htpasswd_path = '/etc/nagios/.htpasswd' apache_httpd_htpasswd_manage =...
P.S. My editor removes 'wasteful' spaces
Haven't heard from you, so I will redo the change the way I suggested
I presume it does, since this is the role that creates cluster using aws provider?