Explorar el Código

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 hace 9 años
padre
commit
3c828d9e08
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      pillar.example

+ 1
- 0
pillar.example Ver fichero

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

Cargando…
Cancelar
Guardar