Created
May 12, 2012 21:30
-
-
Save SEJeff/2669205 to your computer and use it in GitHub Desktop.
Good example state that configures redis
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
| /etc/redis/redis.conf: | |
| file.managed: | |
| - source: salt://redis/redis.conf | |
| - user: redis | |
| - group: redis | |
| - mode: 644 | |
| - template: jinja | |
| - require: | |
| - file: /etc/redis | |
| - cmd: 'make && make install' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment