Skip to content

Commit

Permalink
Merge pull request #345 from gcoxmoz/splunk-dependencies
Browse files Browse the repository at this point in the history
Allow inifile 6.x, concat 9.x, archive 7.x
  • Loading branch information
kenyon authored Mar 16, 2024
2 parents c2875ed + 071e1be commit f5ee63a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,15 +79,15 @@
},
{
"name": "puppetlabs-inifile",
"version_requirement": ">= 1.4.1 < 6.0.0"
"version_requirement": ">= 1.4.1 < 7.0.0"
},
{
"name": "puppetlabs-concat",
"version_requirement": ">= 4.2.1 < 8.0.0"
"version_requirement": ">= 4.2.1 < 10.0.0"
},
{
"name": "puppet-archive",
"version_requirement": ">= 2.0.0 < 7.0.0"
"version_requirement": ">= 2.0.0 < 8.0.0"
}
]
}

0 comments on commit f5ee63a

Please sign in to comment.