cookbooks/fb_apache/templates/default/fb_apache.conf.erb (6 lines of code) (raw):
# This file is controlled by Chef, do not edit!
<% if node.centos6? %>
<%= render 'apache_modules.erb' %>
<% end %>
<%= render 'apache_conf.erb',
:variables => {:conf => node['fb_apache']['extra_configs']} %>