diff options
author | Micah Anderson <micah@leap.se> | 2015-04-07 16:20:39 -0400 |
---|---|---|
committer | Micah Anderson <micah@leap.se> | 2015-04-07 16:20:39 -0400 |
commit | 424fd79912c760d734f606602aa81e26d44937e1 (patch) | |
tree | dfd70a0209a54f976bb2877ebe5a7896f8bfc552 /puppet/modules/site_apache | |
parent | e2e6111097b60255d985a499531c38097009b700 (diff) |
Disable passenger when pnp4nagios is being fetched, this is part of
Change-Id: I21e9af3ef76f19924e58df5b40f4097d42fbf1cd
Diffstat (limited to 'puppet/modules/site_apache')
-rw-r--r-- | puppet/modules/site_apache/templates/vhosts.d/common.conf.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/puppet/modules/site_apache/templates/vhosts.d/common.conf.erb b/puppet/modules/site_apache/templates/vhosts.d/common.conf.erb index 43bd1076..ee5cd707 100644 --- a/puppet/modules/site_apache/templates/vhosts.d/common.conf.erb +++ b/puppet/modules/site_apache/templates/vhosts.d/common.conf.erb @@ -57,7 +57,7 @@ <% if (defined? @services) and (@services.include? 'monitor') -%> - <DirectoryMatch (/usr/share/nagios3/htdocs|/usr/lib/cgi-bin/nagios3|/etc/nagios3/stylesheets)> + <DirectoryMatch (/usr/share/nagios3/htdocs|/usr/lib/cgi-bin/nagios3|/etc/nagios3/stylesheets|/usr/share/pnp4nagios)> <% if (defined? @services) and (@services.include? 'webapp') -%> PassengerEnabled off <% end -%> |