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