try again, with puppetforge modules, correctly included now
[mirror/dsa-puppet.git] / 3rdparty / modules / apache / templates / vhost / _docroot.erb
1
2   ## Vhost docroot
3 <% if @virtual_docroot -%>
4   VirtualDocumentRoot "<%= @virtual_docroot %>"
5 <% else -%>
6   DocumentRoot "<%= @docroot %>"
7 <% end -%>