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:
2fc76fd
)
remove tlsa for search.debian.org
author
Julien Cristau
<jcristau@debian.org>
Fri, 5 Feb 2016 15:52:50 +0000
(16:52 +0100)
committer
Julien Cristau
<jcristau@debian.org>
Fri, 5 Feb 2016 15:52:50 +0000
(16:52 +0100)
Let's try to rotate keys without breaking stuff
Signed-off-by: Julien Cristau <jcristau@debian.org>
modules/roles/manifests/search_frontend.pp
patch
|
blob
|
history
diff --git
a/modules/roles/manifests/search_frontend.pp
b/modules/roles/manifests/search_frontend.pp
index
a790cac
..
470e0f8
100644
(file)
--- a/
modules/roles/manifests/search_frontend.pp
+++ b/
modules/roles/manifests/search_frontend.pp
@@
-1,5
+1,6
@@
class roles::search_frontend {
ssl::service { 'search.debian.org':
notify => Service['apache2'],
+ tlsaport => 0,
}
}