Skip to content

Commit

Permalink
Merge pull request #393 from voxpupuli/stdlib
Browse files Browse the repository at this point in the history
  • Loading branch information
root-expert authored Nov 25, 2021
2 parents f2f8915 + 0d9d98e commit 4278563
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
},
{
"name": "puppetlabs/stdlib",
"version_requirement": ">= 4.25.0 < 8.0.0"
"version_requirement": ">= 4.25.0 < 9.0.0"
},
{
"name": "puppet/archive",
"version_requirement": ">= 1.0.0 < 6.0.0"
"version_requirement": ">= 1.0.0 < 7.0.0"
}
],
"requirements": [
Expand Down
2 changes: 1 addition & 1 deletion spec/spec_helper_acceptance.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
install_module_from_forge_on(host, 'puppetlabs-apt', '>= 4.1.0 < 9.0.0') if fact_on(host, 'os.family') == 'Debian'
install_module_from_forge_on(host, 'puppetlabs-java', '>= 2.1.0 < 8.0.0')
install_module_from_forge_on(host, 'puppetlabs-java_ks', '>= 1.6.0 < 4.0.0')
install_module_from_forge_on(host, 'puppetlabs-mysql', '>= 4.0.1 < 12.0.0')
install_module_from_forge_on(host, 'puppetlabs-mysql', '>= 4.0.1 < 13.0.0')
install_module_from_forge_on(host, 'puppetlabs-postgresql', '>= 5.1.0 < 8.0.0')
end

Expand Down

0 comments on commit 4278563

Please sign in to comment.