Browse Source

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 years ago
parent
commit
3c828d9e08
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      pillar.example

+ 1
- 0
pillar.example View File

public_ssh_host_keys: public_ssh_host_keys:
mine_function: cmd.run mine_function: cmd.run
cmd: cat /etc/ssh/ssh_host_*_key.pub cmd: cat /etc/ssh/ssh_host_*_key.pub
python_shell: True
public_ssh_hostname: public_ssh_hostname:
mine_function: grains.get mine_function: grains.get
key: id key: id

Loading…
Cancel
Save