gpgkey debian
This commit is contained in:
@@ -5,7 +5,8 @@
|
|||||||
- name: deb [arch=amd64] https://dl.google.com/linux/chrome/deb/ stable main
|
- name: deb [arch=amd64] https://dl.google.com/linux/chrome/deb/ stable main
|
||||||
- file: /etc/apt/sources.list.d/google-chrome.list
|
- file: /etc/apt/sources.list.d/google-chrome.list
|
||||||
- enable: 1
|
- enable: 1
|
||||||
- key_url: https://dl.google.com/linux/linux_signing_key.pub
|
# - key_url: https://dl.google.com/linux/linux_signing_key.pub
|
||||||
|
- gpgkey: https://dl.google.com/linux/linux_signing_key.pub
|
||||||
{% elif grains['os_family'] == 'RedHat' %}
|
{% elif grains['os_family'] == 'RedHat' %}
|
||||||
googleChrome:
|
googleChrome:
|
||||||
pkgrepo.managed:
|
pkgrepo.managed:
|
||||||
@@ -13,7 +14,6 @@
|
|||||||
- baseurl: http://dl.google.com/linux/chrome/rpm/stable/x86_64
|
- baseurl: http://dl.google.com/linux/chrome/rpm/stable/x86_64
|
||||||
- enable: 1
|
- enable: 1
|
||||||
- gpgcheck: 1
|
- gpgcheck: 1
|
||||||
# - key_url: https://dl.google.com/linux/linux_signing_key.pub
|
|
||||||
- gpgkey: https://dl.google.com/linux/linux_signing_key.pub
|
- gpgkey: https://dl.google.com/linux/linux_signing_key.pub
|
||||||
- skip_if_unavailable: 1
|
- skip_if_unavailable: 1
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|||||||
Reference in New Issue
Block a user