You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My environment (but this should be environment agnostic):
O/S: CentOS 7
Docker 1.12.2
The docker-engine RPM sets up a systemd unit file with After=network.target option. While this is usually enough for most cases it break on our environment as we require some other units to start.
The enhancement request in here is to add support to this Puppet module so one could configure alternate 'After' option in the unit override file (override files already exist as part of this module so we just need to add the option).
The text was updated successfully, but these errors were encountered:
Hello
My environment (but this should be environment agnostic):
The docker-engine RPM sets up a systemd unit file with After=network.target option. While this is usually enough for most cases it break on our environment as we require some other units to start.
The enhancement request in here is to add support to this Puppet module so one could configure alternate 'After' option in the unit override file (override files already exist as part of this module so we just need to add the option).
The text was updated successfully, but these errors were encountered: