-
Notifications
You must be signed in to change notification settings - Fork 110
Closed
Labels
Description
I recently upgraded to the latest version of this formula for systemd suppor (on AWS Linux 2).
And I noticed every time I run highstate my tunnels are restarted.
ID: obsolete_openvpn_employees-udp-1194_service
Function: service.dead
Name: openvpn@employees-udp-1194
Result: True
Comment: Service openvpn@employees-udp-1194 has been disabled, and is dead
Started: 04:51:09.669200
Duration: 250.489 ms
Changes:
----------
openvpn@employees-udp-1194:
True
----------
ID: openvpn_employees-udp-1194_service
Function: service.running
Name: openvpn@employees-udp-1194
Result: True
Comment: Service openvpn@employees-udp-1194 has been enabled, and is running
Started: 04:51:10.094798
Duration: 254.426 ms
Changes:
----------
openvpn@employees-udp-1194:
True
In service.sls there's a comment "For an successful upgrade we need to make sure the old services are deactivated". I guess there's a bug on the name of the old service though? It's not clear what case we're trying to cover here. Perhaps we can just delete the entire service.dead block?
Reactions are currently unavailable