Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
salt-formula
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
salt
salt-formula
Commits
96b409fa
Commit
96b409fa
authored
Jan 7, 2015
by
Nitin Madhok
Browse files
Options
Downloads
Plain Diff
Merge pull request #82 from juiceinc/master
Add support for presence_events setting in master config template
parents
e8e01e34
b19c3acc
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
salt/files/master.d/_defaults.conf
+7
-1
7 additions, 1 deletion
salt/files/master.d/_defaults.conf
with
7 additions
and
1 deletion
salt/files/master.d/_defaults.conf
+
7
−
1
View file @
96b409fa
...
@@ -944,5 +944,11 @@ halite:
...
@@ -944,5 +944,11 @@ halite:
rest_cherrypy
:
rest_cherrypy
:
{%
for
name
,
value
in
cfg_master
[
'rest_cherrypy'
].
items
() %}
{%
for
name
,
value
in
cfg_master
[
'rest_cherrypy'
].
items
() %}
{{
name
}}: {{
value
}}
{{
name
}}: {{
value
}}
{%
endfor
%}
{%-
endfor
%}
{%-
endif
%}
{%
if
'presence_events'
in
cfg_master
%}
##### presence events #####
##########################################
{{
get_config
(
'presence_events'
,
'False'
) }}
{%
endif
%}
{%
endif
%}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
sign in
to comment