aboutsummaryrefslogtreecommitdiff
path: root/modules/profile/manifests/apache.pp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/profile/manifests/apache.pp')
-rw-r--r--modules/profile/manifests/apache.pp6
1 files changed, 6 insertions, 0 deletions
diff --git a/modules/profile/manifests/apache.pp b/modules/profile/manifests/apache.pp
index 7f7c3a6..605b701 100644
--- a/modules/profile/manifests/apache.pp
+++ b/modules/profile/manifests/apache.pp
@@ -152,6 +152,12 @@ class profile::apache {
152 group => "root", 152 group => "root",
153 } 153 }
154 154
155 file { "/srv/http/index.html":
156 mode => "0644",
157 owner => "root",
158 group => "root",
159 source => "puppet:///modules/profile/apache/index.html",
160 }
155 file { "/srv/http/maintenance_immae.html": 161 file { "/srv/http/maintenance_immae.html":
156 mode => "0644", 162 mode => "0644",
157 owner => "root", 163 owner => "root",