Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
salt-formulas
/
watchdog
/
647852ca9732c0c82533111a87ea43742fe4a7fa
/
.
/
watchdog
/
map.jinja
blob: cae5c5e16a70c1ed370c8ce6a1b8c197364286a9 [
file
] [
log
] [
blame
]
{%
set
server
=
salt
[
'grains.filter_by'
]({
'HP'
:
{
'module'
:
'hpwdt'
,
},
'DELL'
:
{
'module'
:
'iTCO_wdt'
,
},
'default'
:
{
'module'
:
'softdog'
,
},
},
grain
=
'manufacturer'
,
merge
=
salt
[
'pillar.get'
](
'watchdog:server'
))
%}