Skip to content
Snippets Groups Projects
Commit 0c022fac authored by Jonathan Gazeley's avatar Jonathan Gazeley
Browse files

Add some OS version data and puppet module dependencies

parent 7f53e125
Branches
Tags
No related merge requests found
...@@ -7,10 +7,31 @@ ...@@ -7,10 +7,31 @@
"source": "https://github.com/djjudas21/puppet-freeradius", "source": "https://github.com/djjudas21/puppet-freeradius",
"project_page": "https://github.com/djjudas21/puppet-freeradius", "project_page": "https://github.com/djjudas21/puppet-freeradius",
"issues_url": "https://github.com/djjudas21/puppet-freeradius/issues", "issues_url": "https://github.com/djjudas21/puppet-freeradius/issues",
"operatingsystem_support": [
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [
"5.0",
"6.0"
]
},
{
"operatingsystem": "Debian",
"operatingsystemrelease": [
"5",
"6",
"7"
]
}
],
"dependencies": [ "dependencies": [
{ {
"name": "puppetlabs-stdlib", "name": "puppetlabs-stdlib",
"version_range": ">= 1.0.0" "version_range": ">= 1.0.0"
},
{
"name": "puppetlabs-concat",
"version_range": ">= 1.0.0"
} }
] ]
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment