summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2011-10-18 00:58:29 +0200
committermh <mh@immerda.ch>2011-10-18 00:58:29 +0200
commit21e430accc233872fba074965db2974749eb0b70 (patch)
tree9f45e3763769f0c93f227df0ba4ea88507c53d76 /manifests
parent3a529767ec5f378b839178d54483837aa33bdd8b (diff)
fix variable naming
Diffstat (limited to 'manifests')
-rw-r--r--manifests/vhost/php/typo3.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/vhost/php/typo3.pp b/manifests/vhost/php/typo3.pp
index a5f931c..6ed0fa5 100644
--- a/manifests/vhost/php/typo3.pp
+++ b/manifests/vhost/php/typo3.pp
@@ -81,7 +81,7 @@ define apache::vhost::php::typo3(
$real_mod_security_additional_options = $mod_security_additional_options
}
- $typo3_php_options = {
+ $typo3_php_settings = {
# turn allow_url_fopen on for the extension manager fetch
allow_url_fopen => 'On'
}