]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - 3rdparty/modules/apache/templates/vhost/_file_header.erb
try again, with puppetforge modules, correctly included now
[dsa-puppet.git] / 3rdparty / modules / apache / templates / vhost / _file_header.erb
diff --git a/3rdparty/modules/apache/templates/vhost/_file_header.erb b/3rdparty/modules/apache/templates/vhost/_file_header.erb
new file mode 100644 (file)
index 0000000..e6f2f95
--- /dev/null
@@ -0,0 +1,10 @@
+# ************************************
+# Vhost template in module puppetlabs-apache
+# Managed by Puppet
+# ************************************
+
+<VirtualHost <%= @nvh_addr_port %>>
+  ServerName <%= @servername %>
+<% if @serveradmin -%>
+  ServerAdmin <%= @serveradmin %>
+<% end -%>