Skip to content

Commit

Permalink
Adaptations to work on RHEL9 (#2)
Browse files Browse the repository at this point in the history
* RHEL9 First version
  • Loading branch information
manegron authored Oct 27, 2023
1 parent c07d79c commit f7fdbfc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion resources/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"license": "Apache 2.0",
"platforms": {
"redhat": ">= 0.0.0",
"centos": ">= 0.0.0",
"centos": ">= 0.0.0"
},
"dependencies": {
},
Expand Down
2 changes: 1 addition & 1 deletion resources/providers/config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
snmp_pass = new_resource.snmp_pass
config_dir = new_resource.config_dir

yum_package "net-snmp" do
dnf_package "net-snmp" do
action :upgrade
end

Expand Down

0 comments on commit f7fdbfc

Please sign in to comment.