Skip to content

Instantly share code, notes, and snippets.

@mshirley
Created December 8, 2015 21:02
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 mshirley/02387082084a93a82388 to your computer and use it in GitHub Desktop.
Save mshirley/02387082084a93a82388 to your computer and use it in GitHub Desktop.
rsyslog:
pkgrepo.managed:
{% if grains['os_family'] == 'RedHat' %}
- humanname: rsyslog
- baseurl: http://rpms.adiscon.com/v8-stable/epel-$releasever/$basearch
- gpgcheck: 0
{% elif grains['os_family'] == 'Debian' %}
- ppa: adiscon/v8-stable
{% endif %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment