From ac6a5105ad8fa8f1a9afb2935d0b63d254109e63 Mon Sep 17 00:00:00 2001 From: Emilien Macchi Date: Tue, 9 Feb 2016 07:55:54 -0500 Subject: [PATCH] Puppetfile: bump apache to 1.8.x puppetlabs-apache 1.8.1 has been released [1]. Let's bump our CI to test it. [1] https://github.com/puppetlabs/puppetlabs-apache/releases/tag/1.8.1 Change-Id: I0d9c73f533077db5ba814591668eb62dc7cdc6f6 --- Puppetfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Puppetfile b/Puppetfile index 370ff98a4..33b55059d 100644 --- a/Puppetfile +++ b/Puppetfile @@ -116,7 +116,7 @@ mod 'zaqar', mod 'apache', :git => 'https://github.com/puppetlabs/puppetlabs-apache', - :branch => '1.7.x' + :branch => '1.8.x' mod 'apt', :git => 'https://github.com/puppetlabs/puppetlabs-apt',