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:
22ae1c2
)
Try pages.debian.net apache
author
Peter Palfrader
<peter@palfrader.org>
Sun, 24 Sep 2017 18:08:45 +0000
(20:08 +0200)
committer
Peter Palfrader
<peter@palfrader.org>
Sun, 24 Sep 2017 18:08:45 +0000
(20:08 +0200)
modules/salsa/manifests/web.pp
patch
|
blob
|
history
diff --git
a/modules/salsa/manifests/web.pp
b/modules/salsa/manifests/web.pp
index
ea254f0
..
b061f86
100644
(file)
--- a/
modules/salsa/manifests/web.pp
+++ b/
modules/salsa/manifests/web.pp
@@
-14,5
+14,10
@@
class salsa::web inherits salsa {
site => 'salsa.debian.org',
content => template('salsa/apache-salsa.debian.org.conf.erb'),
}
+ apache2::site { '010-pages.debian.net':
+ site => 'pages.debian.net',
+ content => template('salsa/apache-pages.debian.net.conf.erb'),
+ }
+
}