From 529cd5077e3d76c1d5b612bc146ab174d7143c30 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 18 Sep 2014 12:47:46 -0300 Subject: Squashed 'puppet/' content from commit bb2eae6 git-subtree-dir: puppet git-subtree-split: bb2eae6f3a1f44fef0a05000d79c298442fa24c7 --- templates/apache/htdocs/images/README.html.erb | 3 +++ templates/apache/htdocs/index.html.erb | 9 +++++++++ templates/apache/htdocs/missing.html.erb | 12 ++++++++++++ 3 files changed, 24 insertions(+) create mode 100644 templates/apache/htdocs/images/README.html.erb create mode 100644 templates/apache/htdocs/index.html.erb create mode 100644 templates/apache/htdocs/missing.html.erb (limited to 'templates/apache/htdocs') diff --git a/templates/apache/htdocs/images/README.html.erb b/templates/apache/htdocs/images/README.html.erb new file mode 100644 index 0000000..4d0f929 --- /dev/null +++ b/templates/apache/htdocs/images/README.html.erb @@ -0,0 +1,3 @@ +
+When not explicitly mentioned, the use of these images is restricted to <%= base_domain %>
+
diff --git a/templates/apache/htdocs/index.html.erb b/templates/apache/htdocs/index.html.erb new file mode 100644 index 0000000..6d2d7ea --- /dev/null +++ b/templates/apache/htdocs/index.html.erb @@ -0,0 +1,9 @@ + + +<%= domain %> + +
+

You are being redirected to http://<%= domain %>.

+
+ + diff --git a/templates/apache/htdocs/missing.html.erb b/templates/apache/htdocs/missing.html.erb new file mode 100644 index 0000000..0c95ef3 --- /dev/null +++ b/templates/apache/htdocs/missing.html.erb @@ -0,0 +1,12 @@ + + +404 - Not Found + + +
+
+  The address you are trying to reach could not be found. :(
+  
+
+ + -- cgit v1.2.3