Removed broken conflict lines...
This commit is contained in:
parent
78e7fb9d0d
commit
1b46ac219a
1 changed files with 0 additions and 4 deletions
|
@ -64,11 +64,7 @@ global
|
||||||
{{- render_list_of_dictionaries('ssl-default-bind-options', salt['pillar.get']('haproxy:global:ssl-default-bind-options')) }}
|
{{- render_list_of_dictionaries('ssl-default-bind-options', salt['pillar.get']('haproxy:global:ssl-default-bind-options')) }}
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
|
|
||||||
<<<<<<< HEAD
|
|
||||||
{%- for id, userlist in salt['pillar.get']('haproxy:userlists', {}).items() %}
|
|
||||||
=======
|
|
||||||
{%- for id, userlist in salt['pillar.get']('haproxy:userlists', {})|dictsort %}
|
{%- for id, userlist in salt['pillar.get']('haproxy:userlists', {})|dictsort %}
|
||||||
>>>>>>> Use dictsort instead of iteritems()/items()
|
|
||||||
#------------------
|
#------------------
|
||||||
# Global Userlists
|
# Global Userlists
|
||||||
#------------------
|
#------------------
|
||||||
|
|
Loading…
Reference in a new issue