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:
281a027
)
add bugs.d.o
author
Martin Zobel-Helas
<zobel@debian.org>
Wed, 8 Jan 2014 21:34:24 +0000
(22:34 +0100)
committer
Martin Zobel-Helas
<zobel@debian.org>
Wed, 8 Jan 2014 21:34:24 +0000
(22:34 +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
4a862f7
..
1f610ae
100644
(file)
--- a/
modules/roles/manifests/init.pp
+++ b/
modules/roles/manifests/init.pp
@@
-27,6
+27,9
@@
class roles {
if has_role('bugs_mirror') {
include roles::bugs_mirror
+ ssl::service { 'bugs.debian.org':
+ notify => Service['apache2'],
+ }
}
if has_role('ftp_master') {