]> gitweb.fluxo.info Git - puppet-php.git/commitdiff
Default order for php::config
authorSilvio Rhatto <rhatto@riseup.net>
Tue, 5 Jul 2016 18:58:07 +0000 (15:58 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Tue, 5 Jul 2016 18:58:07 +0000 (15:58 -0300)
manifests/config.pp

index 287cd0c5cc23b2e440f7b8063925af33b88b586b..4da042eeb0a4031ef76f2a1749e8c2ee9c79bba3 100644 (file)
@@ -1,4 +1,4 @@
-define php::config($order, $value, $ensure = 'present', $sapi = 'apache2') {
+define php::config($order = '20', $value, $ensure = 'present', $sapi = 'apache2') {
   file { "${::php::folder}/${sapi}/conf.d/${order}-${name}.ini":
     ensure  => $ensure,
     owner   => root,