try again, with puppetforge modules, correctly included now
[mirror/dsa-puppet.git] / 3rdparty / modules / apache / templates / vhost / _suphp.erb
1 <% if @suphp_engine == 'on' -%>
2   <%- if @suphp_addhandler -%>
3   suPHP_AddHandler <%= @suphp_addhandler %>
4   <%- end -%>
5   <%- if @suphp_engine -%>
6   suPHP_Engine <%= @suphp_engine %>
7   <%- end -%>
8   <%- if @suphp_configpath -%>
9   suPHP_ConfigPath "<%= @suphp_configpath %>"
10   <%- end -%>
11 <% end -%>