Skip to content

Commit

Permalink
Allow mysql 12.x
Browse files Browse the repository at this point in the history
  • Loading branch information
smortex committed Oct 15, 2021
1 parent bc7671c commit 9695754
Showing 1 changed file with 1 addition and 1 deletion.
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 9695754

Please sign in to comment.