소스 검색

Fix typo.

pull/150/head
Martin Horak 6 년 전
부모
커밋
7b14633199
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      linux/system/repo.sls

+ 1
- 1
linux/system/repo.sls 파일 보기

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


Loading…
취소
저장