This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
ExternalMirrors
/
linux-formula
mirror of
https://github.com/salt-formulas/salt-formula-linux
Watch
1
Star
0
Fork
1
Code
Issues
0
Releases
8
Wiki
Activity
Browse Source
Merge pull request
#207
from tigpas/lvm-debian10
fix(storage): Define LVM serive list for Debian 10
pull/209/head
Filip Pytloun
5 years ago
parent
f3a3a6bf39
3acfc7171a
commit
568a43932c
No account linked to committer's email address
1 changed files
with
3 additions
and
0 deletions
Split View
Show Diff Stats
+3
-0
linux/map.jinja
+ 3
- 0
linux/map.jinja
View File
@@ -383,6 +383,9 @@ Debian:
},
},
}, merge=salt['grains.filter_by']({
'buster': {
'lvm_services': ['lvm2-monitor'],
},
'trusty': {
'lvm_services': ['udev'],
},
Write
Preview
Loading…
Cancel
Save