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:
a4dc28c
)
add service lists.debian.org
author
Martin Zobel-Helas
<zobel@debian.org>
Mon, 30 Dec 2013 22:35:21 +0000
(23:35 +0100)
committer
Martin Zobel-Helas
<zobel@debian.org>
Mon, 30 Dec 2013 22:35:21 +0000
(23:35 +0100)
Signed-off-by: Martin Zobel-Helas <zobel@debian.org>
modules/roles/manifests/init.pp
patch
|
blob
|
history
diff --git
a/modules/roles/manifests/init.pp
b/modules/roles/manifests/init.pp
index
a15eecf
..
16736e5
100644
(file)
--- a/
modules/roles/manifests/init.pp
+++ b/
modules/roles/manifests/init.pp
@@
-98,6
+98,12
@@
class roles {
}
}
+ if $::hostname in [bendel] {
+ ssl::service { 'lists.debian.org':
+ notify => Service['apache2'],
+ }
+ }
+
if $::hostname in [pejacevic] {
ssl::service { 'piuparts.debian.org':
notify => Service['apache2'],