Skip to content

Commit 66f1c1a

Browse files
authored
Merge pull request #533 from crispygoth/fix_apache_config_error
fix "cannot redefine $real_settings" error
2 parents 26b3624 + f62921d commit 66f1c1a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

manifests/apache_config.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
assert_private()
1717

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

2020
php::config { 'apache':
2121
file => $inifile,

0 commit comments

Comments
 (0)