Move default webpage from apache to webserver module
[mirror/dsa-puppet.git] / modules / webserver / templates / disabled-index.html
diff --git a/modules/webserver/templates/disabled-index.html b/modules/webserver/templates/disabled-index.html
new file mode 100644 (file)
index 0000000..104efd4
--- /dev/null
@@ -0,0 +1,22 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<HTML>
+<HEAD>
+   <TITLE>Welcome to <%= @hostname %>!</TITLE>
+</HEAD>
+<BODY>
+
+<H1>Welcome to <%= @hostname %>!</H1>
+
+This is <%= @hostname %>, a system run by and for the <a href="https://www.debian.org/">Debian Project</a>.
+<P>
+The service you have requested is currently disabled.
+<P>
+The reason for that and who our kind sponsors are you might learn on
+<a href="https://db.debian.org/machines.cgi?host=<%= @hostname %>">db.debian.org</a>.
+
+<P>
+<HR NOSHADE />
+<FONT size="-1">DSA</FONT>
+
+</BODY>
+</HTML>