Explorar el Código

Fix typo.

pull/150/head
Martin Horak hace 6 años
padre
commit
7b14633199
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      linux/system/repo.sls

+ 1
- 1
linux/system/repo.sls Ver fichero

@@ -142,7 +142,7 @@ linux_repo_{{ name }}:
linux_repo_{{ name }}_key:
cmd.run:
- name: "echo '{{ repo.key }}' | apt-key add -"
- unless: "apt-key finger --with-colons | grep -qF $(echo '{{ repo-key }} | gpg --with-fingerprint --with-colons | grep -E '^fpr')"
- unless: "apt-key finger --with-colons | grep -qF $(echo '{{ repo.key }} | gpg --with-fingerprint --with-colons | grep -E '^fpr')"
- require_in:
- pkgrepo: linux_repo_{{ name }}


Cargando…
Cancelar
Guardar