Skip to content

Commit

Permalink
Merge e27d1d0 into 6e44833
Browse files Browse the repository at this point in the history
  • Loading branch information
amateo committed Oct 11, 2018
2 parents 6e44833 + e27d1d0 commit 880db9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/extension/config.pp
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
}

$config_root_ini = pick_default($php::config_root_ini, $php::params::config_root_ini)
if $ensure == 'present' or $ensure == 'installed' {
if $ensure == 'present' or $ensure == 'installed' or $ensure == 'latest' {
::php::config { $title:
file => "${config_root_ini}/${ini_prefix}${ini_name}.ini",
config => $final_settings,
Expand Down

0 comments on commit 880db9f

Please sign in to comment.