Browse Source

Fix typo.

pull/150/head
Martin Horak 6 years ago
parent
commit
7b14633199
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      linux/system/repo.sls

+ 1
- 1
linux/system/repo.sls View File

linux_repo_{{ name }}_key: linux_repo_{{ name }}_key:
cmd.run: cmd.run:
- name: "echo '{{ repo.key }}' | apt-key add -" - 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: - require_in:
- pkgrepo: linux_repo_{{ name }} - pkgrepo: linux_repo_{{ name }}



Loading…
Cancel
Save