From 7a6fdf69057487025de8984832dcbe50be1d374b Mon Sep 17 00:00:00 2001 From: Bryan Jen Date: Mon, 22 Jun 2015 16:18:17 -0700 Subject: [PATCH] re-add apt pinning to unit test on puppet 2.7 --- .fixtures.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.fixtures.yml b/.fixtures.yml index 5dbd5d0..44121bb 100644 --- a/.fixtures.yml +++ b/.fixtures.yml @@ -1,6 +1,8 @@ fixtures: repositories: - apt: "https://github.com/puppetlabs/puppetlabs-apt.git" + apt: + repo: "https://github.com/puppetlabs/puppetlabs-apt.git" + branch: "1.8.x" stdlib: "https://github.com/puppetlabs/puppetlabs-stdlib.git" firewall: "https://github.com/puppetlabs/puppetlabs-firewall.git" concat: "https://github.com/puppetlabs/puppetlabs-concat.git"