Skip to content

Commit

Permalink
Merge pull request #803 from voxpupuli/afisher_update_dependencies
Browse files Browse the repository at this point in the history
Allow `puppetlabs/stdlib` 6.x and `puppet/archive` 4.x
  • Loading branch information
alexjfisher committed May 29, 2019
2 parents cc78a33 + f9872ca commit bc420f9
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 @@ -62,11 +62,11 @@
"dependencies": [
{
"name": "puppetlabs/stdlib",
"version_requirement": ">= 4.13.1 < 6.0.0"
"version_requirement": ">= 4.13.1 < 7.0.0"
},
{
"name": "puppet/archive",
"version_requirement": ">= 2.0.0 < 4.0.0"
"version_requirement": ">= 2.0.0 < 5.0.0"
},
{
"name": "camptocamp/systemd",
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 @@ -10,7 +10,7 @@
install_module_dependencies

# Install aditional modules for soft deps
install_module_from_forge('puppetlabs-apt', '>= 4.1.0 < 7.0.0') if fact('os.family') == 'Debian'
install_module_from_forge('puppetlabs-apt', '>= 4.1.0 < 8.0.0') if fact('os.family') == 'Debian'
install_module_from_forge('garethr-erlang', '>= 0.3.0 < 1.0.0') if fact('os.family') == 'RedHat'

RSpec.configure do |c|
Expand Down

0 comments on commit bc420f9

Please sign in to comment.