From 21e430accc233872fba074965db2974749eb0b70 Mon Sep 17 00:00:00 2001 From: mh Date: Tue, 18 Oct 2011 00:58:29 +0200 Subject: fix variable naming --- manifests/vhost/php/typo3.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' } -- cgit v1.2.3