try again, with puppetforge modules, correctly included now
[mirror/dsa-puppet.git] / 3rdparty / modules / apache / templates / mod / fcgid.conf.erb
1 <IfModule mod_fcgid.c>
2 <% @options.sort_by {|key, value| key}.each do |key, value| -%>
3   <%= key %> <%= value %>
4 <% end -%>
5 </IfModule>