summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicah <micah@leap.se>2016-06-07 15:26:01 -0400
committerMicah <micah@leap.se>2016-06-16 14:41:58 -0400
commita0bd7c33d4d2968d9824fd4613c701c94a91c2cc (patch)
tree076ad43981c5daf9c87a47d2bf449c0a9592f80e
parent2055ae4ae2e780dec0b73b6233e1785ec6409546 (diff)
refresh_stunnel sometimes doesn't run (#8168).
It turns out that in some corner-cases, the script is not called: (1) start the deploy, create files in /var/lib/puppet/stunnel4/config (2) halt puppet before apply finishes (3) re-run deploy in this scenario, next time you run deploy, refresh_stunnel will never get called to populate /etc/stunnel, because the files in /var/lib/puppet/stunnel4/config haven't changed. This problem can be really confusing when it happens. To fix this, we just run refresh_stunnel every, it is pretty fast and the script has more complete logic for what to do than puppet, which has only an asymmetrical view on the situation. Change-Id: I9e5fad1d081c2fe07f3ac8f07cfb87d86b88f7c9
m---------puppet/modules/stunnel0
1 files changed, 0 insertions, 0 deletions
diff --git a/puppet/modules/stunnel b/puppet/modules/stunnel
-Subproject 79e874c1a86ad5c48c4e726a5d4c68bd879ce45
+Subproject 008777bd9837c87a8f501f36dbf2bd4f79c8c86