From 55342cdad4acb286abca58f3dd3be1fc1b2236cf Mon Sep 17 00:00:00 2001 From: Emilien Macchi Date: Thu, 28 Apr 2016 09:26:47 -0500 Subject: [PATCH] Puppetfile: bump apache module to latest release Manually run the generate_puppetfile.sh script that bumps puppetlabs-apache to the latest tag. Change-Id: Iba42e5aae13fcc66179e9b80aafdc5069d23c5c8 --- Puppetfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Puppetfile b/Puppetfile index f104b3f7e..1991231cf 100644 --- a/Puppetfile +++ b/Puppetfile @@ -136,7 +136,7 @@ mod 'staging', mod 'apache', :git => 'https://github.com/puppetlabs/puppetlabs-apache', - :ref => '1.8.1' + :ref => '1.9.0' mod 'apt', :git => 'https://github.com/puppetlabs/puppetlabs-apt',