Skip to content

Commit

Permalink
Merge pull request #634 from bastelfreak/stack
Browse files Browse the repository at this point in the history
puppet/hashi_stack: Allow 3.x
  • Loading branch information
bastelfreak committed Aug 19, 2023
2 parents d427176 + 90484a7 commit c8cfe80
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions metadata.json
Expand Up @@ -10,19 +10,19 @@
"dependencies": [
{
"name": "puppet/systemd",
"version_requirement": ">= 3.1.0 < 5.0.0"
"version_requirement": ">= 3.1.0 < 6.0.0"
},
{
"name": "puppet/archive",
"version_requirement": ">= 5.0.0 < 7.0.0"
"version_requirement": ">= 5.0.0 < 8.0.0"
},
{
"name": "puppet/hashi_stack",
"version_requirement": ">= 2.0.0 < 3.0.0"
"version_requirement": ">= 2.0.0 < 4.0.0"
},
{
"name": "puppetlabs/stdlib",
"version_requirement": ">= 6.6.0 < 9.0.0"
"version_requirement": ">= 6.6.0 < 10.0.0"
}
],
"operatingsystem_support": [
Expand Down

0 comments on commit c8cfe80

Please sign in to comment.