diff -r 8371c99c7947 -r 240ca282331d dev/provisioning/default.pp --- 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': }