mirror of
https://github.com/ardichoke/puppet-klipper.git
synced 2026-05-11 02:25:37 -04:00
47 lines
1.0 KiB
JSON
47 lines
1.0 KiB
JSON
{
|
|
"name": "ardichoke-klipper",
|
|
"version": "0.1.1",
|
|
"author": "Ryan DeShone",
|
|
"summary": "Install and manage Klipper",
|
|
"license": "Apache-2.0",
|
|
"source": "https://github.com/ardichoke/puppet-klipper",
|
|
"issues_url": "https://github.com/ardichoke/puppet-klipper/issues",
|
|
"dependencies": [
|
|
{
|
|
"name": "puppetlabs-stdlib",
|
|
"version_requirement": ">= 7.0.0 < 9.0.0"
|
|
},
|
|
{
|
|
"name": "puppetlabs-vcsrepo",
|
|
"version_requirement": ">= 5.0.0 < 6.0.0"
|
|
},
|
|
{
|
|
"name": "puppet-systemd",
|
|
"version_requirement": ">= 3.1.0 < 4.0.0"
|
|
}
|
|
],
|
|
"operatingsystem_support": [
|
|
{
|
|
"operatingsystem": "Debian",
|
|
"operatingsystemrelease": [
|
|
"10"
|
|
]
|
|
},
|
|
{
|
|
"operatingsystem": "Ubuntu",
|
|
"operatingsystemrelease": [
|
|
"18.04"
|
|
]
|
|
}
|
|
],
|
|
"requirements": [
|
|
{
|
|
"name": "puppet",
|
|
"version_requirement": ">= 6.21.0 < 8.0.0"
|
|
}
|
|
],
|
|
"pdk-version": "3.0.1",
|
|
"template-url": "pdk-default#3.0.1",
|
|
"template-ref": "tags/3.0.1-0-gd13288a"
|
|
}
|