Mettre à jour 'softwares/chrome.sls'
This commit is contained in:
@@ -9,10 +9,14 @@
|
|||||||
{% elif grains['os_family'] == 'Redhat' %}
|
{% elif grains['os_family'] == 'Redhat' %}
|
||||||
Redhat Chrome Add Repo:
|
Redhat Chrome Add Repo:
|
||||||
pkgrepo.managed:
|
pkgrepo.managed:
|
||||||
|
- humanname: Repository Chrome pour Rehat family
|
||||||
- baseurl=http://dl.google.com/linux/chrome/rpm/stable/x86_64
|
- baseurl=http://dl.google.com/linux/chrome/rpm/stable/x86_64
|
||||||
- file: /etc/yum.repos.d/google-chrome.repo
|
- file: /etc/yum.repos.d/google-chrome.repo
|
||||||
- enable: 1
|
- enable: 1
|
||||||
|
- gpgcheck: 1
|
||||||
- key_url: https://dl.google.com/linux/linux_signing_key.pub
|
- key_url: https://dl.google.com/linux/linux_signing_key.pub
|
||||||
|
- skip_if_unavailable: 1
|
||||||
|
- enabled_metadata: 1
|
||||||
{% endif %}
|
{% endif %}
|
||||||
Chrome installation:
|
Chrome installation:
|
||||||
pkg.installed:
|
pkg.installed:
|
||||||
|
|||||||
Reference in New Issue
Block a user