From eb3fb88a93afbd8cee6819e6156d32ddc264d823 Mon Sep 17 00:00:00 2001 From: Andreas Alvarsson <andal699@student.liu.se> Date: Wed, 2 Nov 2016 10:58:02 +0100 Subject: [PATCH] PHP installed Attempt 2 --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/init.pp b/manifests/init.pp index cb8cfc3..d594d3c 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -51,7 +51,7 @@ class skadereg { include ::apache - class { '::apache::mod_php': + class { '::apache::mod::php': package_name => 'php55-php' } -- GitLab