浏览代码

pass whole dict to wg.conf

tags/v1.0
Maximilian Eschenbacher 5 年前
父节点
当前提交
06cd3092d6
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      wireguard/init.sls

+ 1
- 1
wireguard/init.sls 查看文件

@@ -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 %}


正在加载...
取消
保存