salt/wireguard: fix service name

This commit is contained in:
Astro 2018-05-17 15:44:26 +02:00
parent 30e72b2e72
commit 6771506162

View File

@ -21,7 +21,7 @@ autostart-wg-{{ instance }}:
start-wg-{{ instance }}:
service.running:
- name: wg-{{ instance }}
- name: wireguard-{{ instance }}
require:
- service: autostart-wg-{{ instance }}
watch: