Skip to content

Commit

Permalink
Merge pull request #82 from juiceinc/master
Browse files Browse the repository at this point in the history
Add support for presence_events setting in master config template
  • Loading branch information
nmadhok committed Jan 7, 2015
2 parents e8e01e3 + b19c3ac commit 96b409f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion salt/files/master.d/_defaults.conf
Original file line number Diff line number Diff line change
Expand Up @@ -944,5 +944,11 @@ halite:
rest_cherrypy:
{% for name, value in cfg_master['rest_cherrypy'].items() %}
{{ name }}: {{ value }}
{% endfor %}
{%- endfor %}
{%- endif %}

{% if 'presence_events' in cfg_master %}
##### presence events #####
##########################################
{{ get_config('presence_events', 'False') }}
{% endif %}

0 comments on commit 96b409f

Please sign in to comment.