Skip to content

Commit

Permalink
Allign operatingsystem_support with augeasproviders_core
Browse files Browse the repository at this point in the history
Add rhel/centos 8 and 9
  • Loading branch information
h-haaks committed Apr 27, 2023
1 parent 4cf1ea4 commit 8e64ef1
Showing 1 changed file with 5 additions and 35 deletions.
40 changes: 5 additions & 35 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
{
"name": "puppet-augeasproviders_sysctl",
"version": "2.6.2",
"version": "3.0.0-rc0",
"author": "Raphael Pinson, Trevor Vaughan",
"summary": "Augeas-based sysctl type and provider for Puppet",
"license": "Apache-2.0",
"source": "https://github.com/voxpupuli/puppet-augeasproviders_sysctl",
"project_page": "https://github.com/voxpupuli/puppet-augeasproviders_sysctl",
"issues_url": "https://github.com/voxpupuli/puppet-augeasproviders_sysctl/issues",
"description": "This module provides type/provider for sysctl using the Augeas configuration API library.",
"dependencies": [
{
"name": "puppet/augeasproviders_core",
Expand All @@ -34,46 +33,17 @@
"operatingsystem": "RedHat",
"operatingsystemrelease": [
"7",
"8"
"8",
"9"
]
},
{
"operatingsystem": "CentOS",
"operatingsystemrelease": [
"7",
"8"
"8",
"9"
]
},
{
"operatingsystem": "OracleLinux",
"operatingsystemrelease": [
"7",
"8"
]
},
{
"operatingsystem": "OpenSUSE",
"operatingsystemrelease": [
"42.2"
]
},
{
"operatingsystem": "FreeBSD",
"operatingsystemrelease": [
"10",
"11",
"12"
]
},
{
"operatingsystem": "OpenBSD",
"operatingsystemrelease": [
"5",
"6"
]
},
{
"operatingsystem": "Archlinux"
}
],
"requirements": [
Expand Down

0 comments on commit 8e64ef1

Please sign in to comment.