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:
e9c1822
)
Set vhost_listen variables required by apache-www.debian.org template
author
Paul Wise
<pabs@debian.org>
Wed, 25 Jul 2018 03:33:14 +0000
(11:33 +0800)
committer
Paul Wise
<pabs@debian.org>
Wed, 25 Jul 2018 03:33:14 +0000
(11:33 +0800)
Fixes: commit
e9c182207bf901dd7689986fc02e5c4e24c4553a
modules/roles/manifests/www_master.pp
patch
|
blob
|
history
diff --git
a/modules/roles/manifests/www_master.pp
b/modules/roles/manifests/www_master.pp
index
bc37aa8
..
4093702
100644
(file)
--- a/
modules/roles/manifests/www_master.pp
+++ b/
modules/roles/manifests/www_master.pp
@@
-4,6
+4,8
@@
class roles::www_master {
key => true,
}
+ $vhost_listen = '*:80'
+ $vhost_listen_443 = '*:443'
$wwwdo_server_name = 'www-staging.debian.org'
$wwwdo_document_root = '/srv/www.debian.org/www'
apache2::site { '005-www-staging.debian.org':