]> git.immae.eu Git - perso/Immae/Projets/Puppet.git/blobdiff - modules/profile/manifests/apache.pp
Add index to default location
[perso/Immae/Projets/Puppet.git] / modules / profile / manifests / apache.pp
index 7f7c3a627554a2259dc930eb94a7fffc238407a1..605b7014c14b2c7b351ede5ab9252915333ffe60 100644 (file)
@@ -152,6 +152,12 @@ class profile::apache {
       group  => "root",
   }
 
+  file { "/srv/http/index.html":
+    mode   => "0644",
+    owner  => "root",
+    group  => "root",
+    source => "puppet:///modules/profile/apache/index.html",
+  }
   file { "/srv/http/maintenance_immae.html":
     mode   => "0644",
     owner  => "root",