diff --git a/softwares/chrome.sls b/softwares/chrome.sls index 32ffe76..c27b7a9 100644 --- a/softwares/chrome.sls +++ b/softwares/chrome.sls @@ -1,6 +1,9 @@ +{% if grains['kernel'] == 'Linux' %} + # Ajout du repository + # 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 repository -# deb [arch=amd64] https://dl.google.com/linux/chrome/deb/ stable main" > /etc/apt/sources.list.d/google-chrome.list' - - -Ajout du reposity Google: \ No newline at end of file +Ajout du reposity Google: +{% endif %} \ No newline at end of file