mirror of
https://github.com/voxpupuli/puppet-hashi_stack.git
synced 2025-05-24 02:45:01 +01:00
82 lines
1.6 KiB
JSON
82 lines
1.6 KiB
JSON
{
|
|
"name": "puppet-hashi_stack",
|
|
"version": "3.3.0",
|
|
"author": "Vox Pupuli",
|
|
"summary": "This module contains shared code for various HashiCorp modules",
|
|
"license": "AGPL-3.0",
|
|
"source": "https://github.com/voxpupuli/puppet-hashi_stack",
|
|
"project_page": "https://github.com/voxpupuli/puppet-hashi_stack",
|
|
"issues_url": "https://github.com/voxpupuli/puppet-hashi_stack/issues",
|
|
"dependencies": [
|
|
{
|
|
"name": "puppetlabs-stdlib",
|
|
"version_requirement": ">= 5.1.0 < 10.0.0"
|
|
},
|
|
{
|
|
"name": "puppetlabs/apt",
|
|
"version_requirement": ">= 6.1.0 < 11.0.0"
|
|
}
|
|
],
|
|
"operatingsystem_support": [
|
|
{
|
|
"operatingsystem": "RedHat",
|
|
"operatingsystemrelease": [
|
|
"7",
|
|
"8",
|
|
"9"
|
|
]
|
|
},
|
|
{
|
|
"operatingsystem": "OracleLinux",
|
|
"operatingsystemrelease": [
|
|
"8",
|
|
"9"
|
|
]
|
|
},
|
|
{
|
|
"operatingsystem": "AlmaLinux",
|
|
"operatingsystemrelease": [
|
|
"8",
|
|
"9"
|
|
]
|
|
},
|
|
{
|
|
"operatingsystem": "Rocky",
|
|
"operatingsystemrelease": [
|
|
"8",
|
|
"9"
|
|
]
|
|
},
|
|
{
|
|
"operatingsystem": "CentOS",
|
|
"operatingsystemrelease": [
|
|
"7",
|
|
"8",
|
|
"9"
|
|
]
|
|
},
|
|
{
|
|
"operatingsystem": "Debian",
|
|
"operatingsystemrelease": [
|
|
"10",
|
|
"11",
|
|
"12"
|
|
]
|
|
},
|
|
{
|
|
"operatingsystem": "Ubuntu",
|
|
"operatingsystemrelease": [
|
|
"18.04",
|
|
"20.04",
|
|
"22.04",
|
|
"24.04"
|
|
]
|
|
}
|
|
],
|
|
"requirements": [
|
|
{
|
|
"name": "puppet",
|
|
"version_requirement": ">= 7.0.0 < 9.0.0"
|
|
}
|
|
]
|
|
}
|