From 8379dab99fec11b5f58990f4097006a68e22be2b Mon Sep 17 00:00:00 2001 From: Emilien Macchi Date: Wed, 23 Sep 2015 15:02:11 -0400 Subject: [PATCH] Puppetfile: bump apt from 1.8.x to 2.1x Change-Id: Iae4dd130e7c4597a0234c6d2939dc06f54e403c7 --- Puppetfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Puppetfile b/Puppetfile index 5bef675f7..228d22ee2 100644 --- a/Puppetfile +++ b/Puppetfile @@ -96,7 +96,7 @@ mod 'apache', mod 'apt', :git => 'https://github.com/puppetlabs/puppetlabs-apt', - :branch => '1.8.x' + :branch => '2.1.x' mod 'concat', :git => 'https://github.com/puppetlabs/puppetlabs-concat',