view modules/apache/templates/vhost/_charsets.erb @ 36:37675581a273 puppet-3.6

Update Puppet module for Apache (pulls in concat module)
author IBBoard <dev@ibboard.co.uk>
date Sat, 14 Mar 2015 20:07:04 +0000
parents
children
line wrap: on
line source

<% if @add_default_charset -%>

  AddDefaultCharset <%= @add_default_charset %>
<% end -%>