31 lines
849 B
JSON
31 lines
849 B
JSON
{
|
|
"name": "rubueno-sonarr",
|
|
"version": "1.0.0",
|
|
"author": "rubueno",
|
|
"summary": "A Puppet implementation of Sonarr",
|
|
"license": "DBAD",
|
|
"source": "https://github.com/Rubueno/rubueno-sonarr",
|
|
"project_page": "https://github.com/Rubueno/rubueno-sonarr",
|
|
"issues_url": "https://github.com/Rubueno/rubueno-sonarr/issues",
|
|
"dependencies": [
|
|
{"name":"puppetlabs-stdlib","version_requirement":">= 1.0.0"},
|
|
{"name":"puppet-archive","version_requirement":">= 1.0.0"},
|
|
{"name":"camptocamp-systemd","version_requirement":">= 1.0.0"}
|
|
],
|
|
"operatingsystem_support": [
|
|
{
|
|
"operatingsystem": "RedHat",
|
|
"operatingsystemrelease": [
|
|
"7"
|
|
]
|
|
},
|
|
{
|
|
"operatingsystem": "CentOS",
|
|
"operatingsystemrelease": [
|
|
"7"
|
|
]
|
|
}
|
|
],
|
|
"data_provider": "hiera"
|
|
}
|