Skip to content

Commit

Permalink
Merge pull request #533 from crispygoth/fix_apache_config_error
Browse files Browse the repository at this point in the history
fix "cannot redefine $real_settings" error
  • Loading branch information
natemccurdy authored Sep 11, 2019
2 parents 26b3624 + f62921d commit 66f1c1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/apache_config.pp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

assert_private()

$real_settings = $real_settings = lookup('php::apache::settings', Hash, {'strategy' => 'deep', 'merge_hash_arrays' => true}, $settings)
$real_settings = lookup('php::apache::settings', Hash, {'strategy' => 'deep', 'merge_hash_arrays' => true}, $settings)

php::config { 'apache':
file => $inifile,
Expand Down

0 comments on commit 66f1c1a

Please sign in to comment.