X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=modules%2Fprofile%2Fmanifests%2Fapache.pp;fp=modules%2Fprofile%2Fmanifests%2Fapache.pp;h=605b7014c14b2c7b351ede5ab9252915333ffe60;hb=5be7de41fe02fe60fbbac530e6729f74e206aea3;hp=7f7c3a627554a2259dc930eb94a7fffc238407a1;hpb=e345248bd85980f6fefe7bc62251cc5b97f64854;p=perso%2FImmae%2FProjets%2FPuppet.git 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",