소스 검색

Fix mine_function example in pillar.example

This fixes #34, salt version 2015.5.x needs an extra argument
for shell routines.
master
Niels Abspoel 9 년 전
부모
커밋
3c828d9e08
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. +1
    -0
      pillar.example

+ 1
- 0
pillar.example 파일 보기

@@ -124,6 +124,7 @@ mine_functions:
public_ssh_host_keys:
mine_function: cmd.run
cmd: cat /etc/ssh/ssh_host_*_key.pub
python_shell: True
public_ssh_hostname:
mine_function: grains.get
key: id

Loading…
취소
저장