zulip/puppet/zulip_ops
Greg Price d02101a401 APNs: Rip out the existing, broken implementation.
This code empirically doesn't work.  It's not entirely clear why, even
having done quite a bit of debugging; partly because the code is quite
convoluted, and because it shows the symptoms of people making changes
over time without really understanding how it was supposed to work.

Moreover, this code targets an old version of the APNs provider API.
Apple deprecated that in 2015, in favor of a shiny new one which uses
HTTP/2 to meet the same needs for concurrency and scale that the old
one had to do a bunch of ad-hoc protocol design for.

So, rip this code out.  We'll build a pathway to the new API from
scratch; it's not that complicated.
2017-08-26 14:16:05 -07:00
..
files APNs: Rip out the existing, broken implementation. 2017-08-26 14:16:05 -07:00
manifests APNs: Rip out the existing, broken implementation. 2017-08-26 14:16:05 -07:00
templates puppet: Update munin configuration to work with modern munin. 2017-05-15 21:49:53 -07:00