Skip to content

Commit

Permalink
update puppetlabs-apt module to 2.1.0
Browse files Browse the repository at this point in the history
2.1, unlike 2.0, has near compatibility with the 1.x API.
  • Loading branch information
jhoblitt committed Jun 20, 2015
1 parent b4a624d commit f2e4ac5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .fixtures.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ fixtures:
repositories:
apt:
repo: git://github.com/puppetlabs/puppetlabs-apt.git
ref: 1.8.0
ref: 2.1.0
stdlib: git://github.com/puppetlabs/puppetlabs-stdlib.git
epel: git://github.com/stahnma/puppet-module-epel.git
symlinks:
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"version_requirement": ">= 4.1.0"
},{
"name": "puppetlabs/apt",
"version_requirement": ">= 1.1.0 <= 1.8.0"
"version_requirement": ">= 1.1.0 <= 3.0.0"
},{
"name": "stahnma/epel",
"version_requirement": ">= 0.0.6"
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 @@ -26,7 +26,7 @@
puppet_module_install(:source => proj_root, :module_name => 'docker')
hosts.each do |host|
on host, puppet('module', 'install', 'puppetlabs-stdlib'), { :acceptable_exit_codes => [0,1] }
on host, puppet('module', 'install', 'puppetlabs-apt', '--version', '1.8.0'), { :acceptable_exit_codes => [0,1] }
on host, puppet('module', 'install', 'puppetlabs-apt', '--version', '2.1.0'), { :acceptable_exit_codes => [0,1] }
on host, puppet('module', 'install', 'stahnma-epel'), { :acceptable_exit_codes => [0,1] }
end
end
Expand Down

0 comments on commit f2e4ac5

Please sign in to comment.