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')) %}