Explorar el Código

allow state to function without errors if no keys are find in pilar

tags/v0.57.0
Brad Thurber hace 8 años
padre
commit
d2df211011
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      salt/gitfs/keys.sls

+ 1
- 1
salt/gitfs/keys.sls Ver fichero

@@ -1,6 +1,6 @@
{%- from "salt/map.jinja" import salt_settings with context %}

{%- set gitfs_keys=salt['pillar.get']('salt:gitfs:keys') %}
{%- set gitfs_keys=salt['pillar.get']('salt:gitfs:keys', {}) %}

{%- for key, keyvalues in gitfs_keys.items() %}
{%- for type, keydata in keyvalues.items() %}

Cargando…
Cancelar
Guardar