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
Rocky linux is supported by the wazuh-agent, but does not have the puppet manifest modifications to allow the puppet module to manage puppet-gents on rocky Linux 8.
Code should replicate what was done in pull request $480 for Alma.
{
architecture => "x86_64",
distro => {
codename => "GreenObsidian",
description => "Rocky Linux release 8.6 (Green Obsidian)",
id => "Rocky",
release => {
full => "8.6",
major => "8",
minor => "6"
},
specification => ":core-4.1-amd64:core-4.1-noarch:cxx-4.1-amd64:cxx-4.1-noarch:desktop-4.1-amd64:desktop-4.1-noarch:printing-4.1-amd64:printing-4.1-noarch"
},
family => "RedHat",
hardware => "x86_64",
name => "Rocky",
release => {
full => "8.6",
major => "8",
minor => "6"
},
selinux => {
enabled => false
}
}
The text was updated successfully, but these errors were encountered:
About the PR I have left a comment about a necessary change to be able to merge those changes on the main branch.
Thank you very much for the development!
Rocky linux is supported by the wazuh-agent, but does not have the puppet manifest modifications to allow the puppet module to manage puppet-gents on rocky Linux 8.
Code should replicate what was done in pull request $480 for Alma.
{
architecture => "x86_64",
distro => {
codename => "GreenObsidian",
description => "Rocky Linux release 8.6 (Green Obsidian)",
id => "Rocky",
release => {
full => "8.6",
major => "8",
minor => "6"
},
specification => ":core-4.1-amd64:core-4.1-noarch:cxx-4.1-amd64:cxx-4.1-noarch:desktop-4.1-amd64:desktop-4.1-noarch:printing-4.1-amd64:printing-4.1-noarch"
},
family => "RedHat",
hardware => "x86_64",
name => "Rocky",
release => {
full => "8.6",
major => "8",
minor => "6"
},
selinux => {
enabled => false
}
}
The text was updated successfully, but these errors were encountered: