Explorar el Código

Merge pull request #224 from bradthurber/allow-empty-gitfs-keys

allow gitfs.keys state to function without error when no keys
master
Forrest hace 8 años
padre
commit
0a601fc310
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