From 5be7de41fe02fe60fbbac530e6729f74e206aea3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Tue, 20 Feb 2018 11:31:08 +0100 Subject: Add index to default location --- modules/profile/manifests/apache.pp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'modules/profile/manifests/apache.pp') 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 { 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", -- cgit v1.2.3