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:
ba10316
)
dsa.d.o cert on static mirrors
author
Peter Palfrader
<peter@palfrader.org>
Wed, 1 Jan 2014 16:07:06 +0000
(17:07 +0100)
committer
Peter Palfrader
<peter@palfrader.org>
Wed, 1 Jan 2014 16:07:06 +0000
(17:07 +0100)
modules/roles/manifests/static_mirror.pp
patch
|
blob
|
history
diff --git
a/modules/roles/manifests/static_mirror.pp
b/modules/roles/manifests/static_mirror.pp
index
cdaa9af
..
5962bf5
100644
(file)
--- a/
modules/roles/manifests/static_mirror.pp
+++ b/
modules/roles/manifests/static_mirror.pp
@@
-8,6
+8,7
@@
class roles::static_mirror {
apache2::module { 'rewrite': }
apache2::module { 'include': }
+ apache2::module { 'ssl': }
apache2::module { 'geoip': require => [Package['libapache2-mod-geoip'], Package['geoip-database']]; }
file { '/usr/local/bin/static-mirror-run':
@@
-50,4
+51,8
@@
class roles::static_mirror {
site => 'www.debian.org',
content => template('roles/apache-www.debian.org.erb'),
}
+
+ ssl::service { 'dsa.debian.org':
+ notify => Service['apache2'],
+ }
}