Mettre à jour 'softwares/chrome.sls'

This commit is contained in:
Iwan Clément
2018-05-20 14:24:20 +00:00
parent 4e91b144b0
commit 233fab9c20

View File

@@ -1,6 +1,9 @@
{% if grains['kernel'] == 'Linux' %}
# Ajout du repository # Ajout du repository
# deb [arch=amd64] https://dl.google.com/linux/chrome/deb/ stable main" > /etc/apt/sources.list.d/google-chrome.list' # deb [arch=amd64] https://dl.google.com/linux/chrome/deb/ stable main" > /etc/apt/sources.list.d/google-chrome.list'
{% if grains['os_family'] == 'Debian' %}
{% elif grains['os_family'] == 'Redhat' %}
{% endif %}
Ajout du reposity Google: Ajout du reposity Google:
{% endif %}