Created
March 25, 2014 09:33
-
-
Save magmax/9758097 to your computer and use it in GitHub Desktop.
Firefox module for SaltStack. Place it in salt/firefox/init.sls
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
firefox-bin: | |
archive.extracted: | |
- name: /srv/ | |
- source: "https://download-installer.cdn.mozilla.net/pub/firefox/releases/28.0/linux-x86_64/en-US/firefox-28.0.tar.bz2" | |
- source_hash: md5=8264fda486828d925aa094de902eb182 | |
- archive_format: tar | |
- tar_options: j | |
- if_missing: /srv/firefox/ | |
/usr/local/bin/firefox: | |
file.symlink: | |
- target: /srv/firefox/firefox |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
More information here (Spanish): http://magmax.org/2014/03/23/gist-instalando-firefox-con-salt.html