This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
ExternalMirrors
/
wireguard-formula
mirror of
https://github.com/MEschenbacher/wireguard-formula
Watch
1
Star
0
Fork
1
Code
Issues
0
Releases
6
Wiki
Activity
Browse Source
pass whole dict to wg.conf
tags/v1.0
Maximilian Eschenbacher
5 years ago
parent
37166cf71b
commit
06cd3092d6
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
+1
-1
wireguard/init.sls
+ 1
- 1
wireguard/init.sls
View File
@@ -28,7 +28,7 @@ wireguard_interface_{{interface}}_config:
- source: salt://wireguard/files/wg.conf
- template: jinja
- context:
interface: {{interface}}
interface: {{
salt['pillar.get']('wireguard:' ~
interface
)
}}
- mode: 600
{% endif %}
Write
Preview
Loading…
Cancel
Save