From 06964b705b0c4a36ee1907e847a0fe04944667c7 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Thu, 31 May 2018 17:45:20 +0200 Subject: [PATCH] index page for anonscm --- modules/roles/manifests/anonscm.pp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/roles/manifests/anonscm.pp b/modules/roles/manifests/anonscm.pp index 313b8c437..90b5e7622 100644 --- a/modules/roles/manifests/anonscm.pp +++ b/modules/roles/manifests/anonscm.pp @@ -47,4 +47,8 @@ class roles::anonscm { file { '/srv/anonscm.debian.org/htdocs': ensure => directory, } + + file { '/srv/anonscm.debian.org/htdocs/index.html': + source => 'puppet:///modules/roles/anonscm/index.html', + } } -- 2.20.1