projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a1a2d57
)
index page for anonscm
author
Peter Palfrader
<peter@palfrader.org>
Thu, 31 May 2018 15:45:20 +0000
(17:45 +0200)
committer
Peter Palfrader
<peter@palfrader.org>
Thu, 31 May 2018 15:45:20 +0000
(17:45 +0200)
modules/roles/manifests/anonscm.pp
patch
|
blob
|
history
diff --git
a/modules/roles/manifests/anonscm.pp
b/modules/roles/manifests/anonscm.pp
index
313b8c4
..
90b5e76
100644
(file)
--- 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',
+ }
}