salt/wireguard: fix service name

This commit is contained in:
Astro 2018-05-17 16:07:45 +02:00
parent e46894a6ba
commit 9cebfaa70e
1 changed files with 1 additions and 1 deletions

View File

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