Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
salt-formulas
/
haproxy
/
48d3830917bd98eae17dbaf7453d8b0fbf540d40
/
.
/
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'
))
%}