Skip to content

Commit 7a6fdf6

Browse files
committed
re-add apt pinning to unit test on puppet 2.7
1 parent 8cb7d70 commit 7a6fdf6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.fixtures.yml

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

0 commit comments

Comments
 (0)