Browse Source

Maintain backwards compatibility with EL6

pull/308/head
Chris Bell 8 years ago
committed by GitHub
parent
commit
9e59c74c24
1 changed files with 3 additions and 2 deletions
  1. 5
      roles/network_plugin/calico/templates/systemd-docker.service

5
roles/network_plugin/calico/templates/systemd-docker.service

@ -13,8 +13,9 @@ Requires=docker.socket
Type=notify
{% if ansible_os_family == "RedHat" %}
EnvironmentFile=-/etc/default/docker
EnvironmentFile=-/etc/default/docker-network
EnvironmentFile=-/etc/docker/docker-storage
EnvironmentFile=-/etc/sysconfig/docker
EnvironmentFile=-/etc/sysconfig/docker-network
EnvironmentFile=-/etc/sysconfig/docker-storage
{% elif ansible_os_family == "Debian" %}
EnvironmentFile=-/etc/default/docker
{% endif %}

Loading…
Cancel
Save