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:
a0d5f42
)
ssl::service for bits and lintian
author
Peter Palfrader
<peter@palfrader.org>
Tue, 22 Jul 2014 17:54:42 +0000
(19:54 +0200)
committer
Peter Palfrader
<peter@palfrader.org>
Tue, 22 Jul 2014 17:54:42 +0000
(19:54 +0200)
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
26ffa34
..
3a614a9
100644
(file)
--- a/
modules/roles/manifests/static_mirror.pp
+++ b/
modules/roles/manifests/static_mirror.pp
@@
-66,6
+66,12
@@
class roles::static_mirror {
ssl::service { 'www.debian.org':
notify => Service['apache2'],
}
+ ssl::service { 'bits.debian.org':
+ notify => Service['apache2'],
+ }
+ ssl::service { 'lintian.debian.org':
+ notify => Service['apache2'],
+ }
ssl::service { 'rtc.debian.org':
notify => Service['apache2'],
}