aboutsummaryrefslogtreecommitdiffstats
path: root/modules/apache/templates
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mageia.org>2011-04-12 15:40:37 +0000
committerNicolas Vigier <boklm@mageia.org>2011-04-12 15:40:37 +0000
commit3d3e324d8fdbe5c49c38441c57093ade9c8d4ae7 (patch)
treec4ac5e12857b932db3502c4e0ee6b12806cb2339 /modules/apache/templates
parentd670e329ca0bd0e3ea3c7ca8e8bff67f970e29c5 (diff)
downloadpuppet-3d3e324d8fdbe5c49c38441c57093ade9c8d4ae7.tar
puppet-3d3e324d8fdbe5c49c38441c57093ade9c8d4ae7.tar.gz
puppet-3d3e324d8fdbe5c49c38441c57093ade9c8d4ae7.tar.bz2
puppet-3d3e324d8fdbe5c49c38441c57093ade9c8d4ae7.tar.xz
puppet-3d3e324d8fdbe5c49c38441c57093ade9c8d4ae7.zip
sendmail_path needs to be set by php_admin_value instead of php_value
Diffstat (limited to 'modules/apache/templates')
-rw-r--r--modules/apache/templates/mod_php.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/apache/templates/mod_php.conf b/modules/apache/templates/mod_php.conf
index 6c0f20d4..6d64ffb8 100644
--- a/modules/apache/templates/mod_php.conf
+++ b/modules/apache/templates/mod_php.conf
@@ -1,5 +1,5 @@
# as php insist to have this value set, let's
# look on the system for him
php_value date.timezone "<%= php_date_timezone %>"
-php_value sendmail_path "/usr/sbin/sendmail -t -i -f root@<%= domain %>"
+php_admin_value sendmail_path "/usr/sbin/sendmail -t -i -f root@<%= domain %>"