index page for anonscm
authorPeter Palfrader <peter@palfrader.org>
Thu, 31 May 2018 15:45:20 +0000 (17:45 +0200)
committerPeter Palfrader <peter@palfrader.org>
Thu, 31 May 2018 15:45:20 +0000 (17:45 +0200)
modules/roles/manifests/anonscm.pp

index 313b8c4..90b5e76 100644 (file)
@@ -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',
+       }
 }