diff --git a/softwares/chrome.sls b/softwares/chrome.sls index aeb2fd7..2769c17 100644 --- a/softwares/chrome.sls +++ b/softwares/chrome.sls @@ -16,4 +16,8 @@ - key_url: https://dl.google.com/linux/linux_signing_key.pub {% endif %} + Chrome installation: + pkg.installed: + - pkgs: + - google-chrome-stable {% endif %} \ No newline at end of file