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:
0b051f1
)
try this
author
Martin Zobel-Helas
<zobel@debian.org>
Tue, 31 Dec 2013 15:09:50 +0000
(16:09 +0100)
committer
Martin Zobel-Helas
<zobel@debian.org>
Tue, 31 Dec 2013 15:09:50 +0000
(16:09 +0100)
modules/roles/manifests/init.pp
patch
|
blob
|
history
diff --git
a/modules/roles/manifests/init.pp
b/modules/roles/manifests/init.pp
index
1f2c216
..
c4832db
100644
(file)
--- a/
modules/roles/manifests/init.pp
+++ b/
modules/roles/manifests/init.pp
@@
-14,9
+14,6
@@
class roles {
if getfromhash($site::nodeinfo, 'buildd') {
include buildd
- ssl::service { 'buildd.debian.org':
- notify => Service['apache2'],
- }
}
if getfromhash($site::nodeinfo, 'porterbox') {
@@
-112,6
+109,12
@@
class roles {
notify => Service['apache2'],
}
}
+
+ if $::hostname in [wuiet] {
+ ssl::service { 'buildd.debian.org':
+ notify => Service['apache2'],
+ }
+ }
if $::hostname in [pejacevic] {
ssl::service { 'piuparts.debian.org':