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:
0b09853
)
Add ssl key/cert for popcon
author
Julien Cristau
<jcristau@debian.org>
Sun, 29 Oct 2017 08:37:28 +0000
(09:37 +0100)
committer
Julien Cristau
<jcristau@debian.org>
Sun, 29 Oct 2017 08:37:28 +0000
(09:37 +0100)
modules/roles/manifests/init.pp
patch
|
blob
|
history
diff --git
a/modules/roles/manifests/init.pp
b/modules/roles/manifests/init.pp
index
43dec32
..
b8507f3
100644
(file)
--- a/
modules/roles/manifests/init.pp
+++ b/
modules/roles/manifests/init.pp
@@
-353,4
+353,8
@@
class roles {
if $::keyring_debian_org_mirror {
include roles::keyring_debian_org_mirror
}
+
+ if has_role('popcon') {
+ ssl::service { 'popcon.debian.org': notify => Exec['service apache2 reload'], key => true, }
+ }
}