]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - 3rdparty/modules/apache/templates/vhost/_rack.erb
try again, with puppetforge modules, correctly included now
[dsa-puppet.git] / 3rdparty / modules / apache / templates / vhost / _rack.erb
diff --git a/3rdparty/modules/apache/templates/vhost/_rack.erb b/3rdparty/modules/apache/templates/vhost/_rack.erb
new file mode 100644 (file)
index 0000000..4a5b5f1
--- /dev/null
@@ -0,0 +1,7 @@
+<% if @rack_base_uris -%>
+
+  ## Enable rack
+<% Array(@rack_base_uris).each do |uri| -%>
+  RackBaseURI <%= uri %>
+<% end -%>
+<% end -%>