소스 검색

module: _wg_ifaces: use wg show all

tags/v0.9
Maximilian Eschenbacher 6 년 전
부모
커밋
de045d6f38
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      _modules/wireguard.py

+ 1
- 1
_modules/wireguard.py 파일 보기

@@ -126,7 +126,7 @@ def _wg_ifaces(hide_keys=True):
tmp = dict()
tmpiface = dict()
ifaces = dict()
out = __salt__['cmd.run']('wg',
out = __salt__['cmd.run']('wg show all',
env={'WG_HIDE_KEYS': 'always' if hide_keys else 'never'})
for line in out.splitlines():
if line.startswith('interface: '):

Loading…
취소
저장