David Michael 453e76b337 app-admin/flannel-wrapper: properly sort unit dependencies
When flannel-docker-opts didn't require flanneld, flanneld could
fail and flannel-docker-opts would start immediately after.  This
effectively broke the intended ordering, so now both services
require each other.

This also simplifies the ordering declarations of the two services
by making flannel-docker-opts have both After= and Requires= as is
most commonly configured.
2017-03-06 16:59:13 -08:00
..