Skip to content

Instantly share code, notes, and snippets.

@dginther
Created July 24, 2013 17:45
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 dginther/6072779 to your computer and use it in GitHub Desktop.
Save dginther/6072779 to your computer and use it in GitHub Desktop.
zabbix-repo:
pkgrepo.managed:
- humanname: Zabbix Repo
- mirrorlist: http://repo.zabbix.com/zabbix (OR WHATEVER THE REPO IS)
zabbix:
pkg:
-installed
/etc/zabbix/zabbix_agentd.conf
file.managed:
- source: salt://prod/zabbix/zabbix-agentd.conf
zabbix-agent:
pkg:
- installed
service:
- running
- enable: True
- require:
- pkg: zabbix-agent
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment