You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 5, 2025. It is now read-only.
Using service resource leads to errors like: Error: /Stage[main]/Gt_system::Rsyslog/Service[netconsole]/enable: change from 'false' to 'true' failed: Could not enable netconsole: Execution of '/sbin/chkconfig --add netconsole' returned 1: error reading information on service netconsole: No such file or directory (corrective)
patch might simply be to change the defaultfor line in .../provider/service/systemd.rb to defaultfor :osfamily => :redhat, :operatingsystemmajrelease => ["7", "8", "9", "10"]
Expected Behavior
service resource working as expected
Steps to Reproduce
create service resource and use it on RHEL 10
Environment
Name : openvox-agent
Version : 7.37.2
Platform : RHEL 10