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:
fe0a78d
)
add buildd.debian.org
author
Martin Zobel-Helas
<zobel@debian.org>
Tue, 31 Dec 2013 15:07:13 +0000
(16:07 +0100)
committer
Martin Zobel-Helas
<zobel@debian.org>
Tue, 31 Dec 2013 15:07:13 +0000
(16:07 +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
fd6d304
..
1f2c216
100644
(file)
--- a/
modules/roles/manifests/init.pp
+++ b/
modules/roles/manifests/init.pp
@@
-14,6
+14,9
@@
class roles {
if getfromhash($site::nodeinfo, 'buildd') {
include buildd
+ ssl::service { 'buildd.debian.org':
+ notify => Service['apache2'],
+ }
}
if getfromhash($site::nodeinfo, 'porterbox') {