dev/provisioning/default.pp
changeset 410 240ca282331d
parent 405 f239c8c5bb94
--- a/dev/provisioning/default.pp	Thu Nov 10 02:01:46 2016 +0100
+++ b/dev/provisioning/default.pp	Thu Nov 10 14:07:02 2016 +0100
@@ -15,14 +15,15 @@
 # install apache
 class { 'sysconfig::apache': }
 
-# install php
-class { 'sysconfig::php': }
 
 # install handle
 if(hiera('sysconfig::params::install_handle', true)) {
     class { 'sysconfig::handle': }
 }
 
+# install php
+class { 'sysconfig::php': }->
+
 # install drupal
 class { 'sysconfig::drupal': }