Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
salt-formulas
/
haproxy
/
9898b0efdd41ff6f375f38eb5e03f8566f49f889
/
.
/
haproxy
/
map.jinja
blob: 2c4ec048e0bcdf2d2a955f62510cb7a4ec6585ef [
file
] [
log
] [
blame
]
{%
set
proxy
=
salt
[
'grains.filter_by'
]({
'Debian'
:
{
'pkgs'
:
[
'haproxy'
],
'service'
:
'haproxy'
,
},
'RedHat'
:
{
'pkgs'
:
[
'haproxy'
],
'service'
:
'haproxy'
,
},
},
merge
=
salt
[
'pillar.get'
](
'haproxy:proxy'
))
%}