Skip to content

Instantly share code, notes, and snippets.

Created February 20, 2014 15:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/5f3836574639dab7833a to your computer and use it in GitHub Desktop.
Save anonymous/5f3836574639dab7833a to your computer and use it in GitHub Desktop.
{%- if grains['os_family'] == 'RedHat' %}
patch:
pkg.installed
/usr/lib/python2.6/site-packages/circus/util.py:
file.patch:
- source: salt://queues_server/files/circus-socket-fix.patch
- cwd: /
- hash: md5=83fb2b2b2a05a6dcb8a75b7bab5dc143
- watch:
- pkg: patch
- pip: circus
{%- endif %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment