Skip to content

Commit

Permalink
Merge pull request #485 from amateo/ensure_latest
Browse files Browse the repository at this point in the history
ensure could also be 'latest'
  • Loading branch information
bastelfreak authored Oct 14, 2018
2 parents 4a251a7 + e27d1d0 commit d4ab67d
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 d4ab67d

Please sign in to comment.