[icinga-checkins] icinga.org: chef-icinga2/master: fix Bug #10582
git at icinga.org
git at icinga.org
Wed May 11 16:32:44 CEST 2016
Module: chef-icinga2
Branch: master
Commit: 0630181822173bbf6a19d16e8456f6271abd9740
URL: https://git.icinga.org/?p=chef-icinga2.git;a=commit;h=0630181822173bbf6a19d16e8456f6271abd9740
Author: Virender Khatri <vir.khatri at gmail.com>
Date: Wed May 11 20:20:29 2016 +0530
fix Bug #10582
---
attributes/server_apache.rb | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/attributes/server_apache.rb b/attributes/server_apache.rb
index 9e81f93..91441ff 100644
--- a/attributes/server_apache.rb
+++ b/attributes/server_apache.rb
@@ -1,6 +1,5 @@
default['icinga2']['apache_modules'] = value_for_platform(
- %w(amazon debian ubuntu) => { 'default' => %w(default mod_python mod_php5 mod_cgi mod_ssl mod_rewrite) },
+ %w(amazon debian ubuntu) => { 'default' => %w(default mod_python mod_php5 mod_cgi mod_ssl mod_rewrite mpm_prefork) },
%w(centos redhat fedora) => { '>= 7.0' => %w(default mod_wsgi mod_php5 mod_cgi mod_ssl mod_rewrite),
'default' => %w(default mod_python mod_php5 mod_cgi mod_ssl mod_rewrite) }
-)
More information about the icinga-checkins
mailing list