Skip to content

Commit 026e4a2

Browse files
committed
Unpins apt 1.8 dependency in fixtures.yml and spec_helper_acceptance.
1 parent 13b447b commit 026e4a2

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

Diff for: .fixtures.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
fixtures:
22
repositories:
3-
apt:
4-
repo: "https://github.com/puppetlabs/puppetlabs-apt.git"
5-
branch: "1.8.x"
3+
apt: "https://github.com/puppetlabs/puppetlabs-apt.git"
64
stdlib: "https://github.com/puppetlabs/puppetlabs-stdlib.git"
75
firewall: "https://github.com/puppetlabs/puppetlabs-firewall.git"
86
concat: "https://github.com/puppetlabs/puppetlabs-concat.git"

Diff for: spec/spec_helper_acceptance.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ def psql(psql_cmd, user = 'postgres', exit_codes = [0,1], &block)
9292
end
9393

9494
on host, puppet('module','install','puppetlabs-stdlib'), { :acceptable_exit_codes => [0,1] }
95-
on host, puppet('module','install','puppetlabs-apt', '--version', '1.8.0', '--force'), { :acceptable_exit_codes => [0,1] }
95+
on host, puppet('module','install','puppetlabs-apt'), { :acceptable_exit_codes => [0,1] }
9696
on host, puppet('module','install','--force','puppetlabs-concat'), { :acceptable_exit_codes => [0,1] }
9797
end
9898

0 commit comments

Comments
 (0)