Skip to content

Instantly share code, notes, and snippets.

@magmax
Created March 25, 2014 09:33
Show Gist options
  • Save magmax/9758097 to your computer and use it in GitHub Desktop.
Save magmax/9758097 to your computer and use it in GitHub Desktop.
Firefox module for SaltStack. Place it in salt/firefox/init.sls
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
@magmax
Copy link
Author

magmax commented Mar 25, 2014

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment