Browse Source

fix(storage): Define LVM serive list for Debian 10

pull/207/head
Pascal Liehne 5 years ago
parent
commit
3acfc7171a
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      linux/map.jinja

+ 3
- 0
linux/map.jinja View File

}, },
}, },
}, merge=salt['grains.filter_by']({ }, merge=salt['grains.filter_by']({
'buster': {
'lvm_services': ['lvm2-monitor'],
},
'trusty': { 'trusty': {
'lvm_services': ['udev'], 'lvm_services': ['udev'],
}, },

Loading…
Cancel
Save