Last active
August 29, 2015 14:04
-
-
Save UtahDave/8a901bee43ab115aee4f to your computer and use it in GitHub Desktop.
Salt State for RethinkDB on Ubuntu
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
setup_repo: | |
pkgrepo.managed: | |
- humanname: RethinkDB Repo | |
- name: deb http://download.rethinkdb.com/apt {{ grains['oscodename'] }} main | |
- file: /etc/apt/sources.list.d/rethinkdb.list | |
- key_url: http://download.rethinkdb.com/apt/pubkey.gpg | |
- require_in: | |
- pkg: rethinkdb | |
rethinkdb: | |
pkg: | |
- installed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've only tested this on Trusty, but it should work on any RethinkDB supported Ubuntu version