From ce2f9fe5252446e586a72c45b7d5c3a4129c0b6c Mon Sep 17 00:00:00 2001
From: Alexander Olofsson <alexander.olofsson@liu.se>
Date: Fri, 16 Sep 2016 12:23:02 +0200
Subject: [PATCH] Note about package version on mod_php

---
 manifests/init.pp | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/manifests/init.pp b/manifests/init.pp
index 9170766..4cc2710 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -50,7 +50,9 @@ class skadereg {
   }
 
   # include ::apache
-  # include ::apache::mod_php
+  # class { '::apache::mod_php'
+  #   package_name => 'php55-php', # The PHP 5.5 package has a different name for mod_php
+  # }
   # include ::certdist
 
   # $cert = "/etc/pki/tls/certs/cert-${::fqdn}.pem"
-- 
GitLab