Skip to content

Commit

Permalink
Add support for FreeBSD
Browse files Browse the repository at this point in the history
  • Loading branch information
amontalban committed Jan 27, 2017
1 parent ad60011 commit c61a754
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions monit/map.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ that differ from whats in defaults.yaml
{% set os_family_map = salt['grains.filter_by']({
'Debian': {},
'Kali': {},
'FreeBSD': {
'config': '/usr/local/etc/monitrc',
'config_includes': '/usr/local/etc/monit/conf.d'
},
'Gentoo': {
'pkg': 'app-admin/monit',
'config': '/etc/monitrc',
Expand Down

0 comments on commit c61a754

Please sign in to comment.