Commit f62921d
committed
fix "cannot redefine $real_settings" error
Trying to use the apache_config class to apply settings to the apache
SAPI fails with an error caused by a duplicate variable definition:
Error while evaluating a Resource Statement, Evaluation Error: Cannot reassign variable '$real_settings' (file:
/etc/puppetlabs/code/environments/development/modules/php/manifests/apache_config.pp, line: 18, column: 18)1 parent 26b3624 commit f62921d
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
0 commit comments