mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 17:09:03 +00:00
Merge pull request #16549 from garethgreenaway/mount_module_fix
Fix to mount module
This commit is contained in:
commit
76d2be5257
@ -429,7 +429,7 @@ def remount(name, device, mkmnt=False, fstype='', opts='defaults'):
|
||||
return mount(name, device, mkmnt, fstype, opts)
|
||||
|
||||
|
||||
def umount(name, device):
|
||||
def umount(name, device=None):
|
||||
'''
|
||||
Attempt to unmount a device by specifying the directory it is mounted on
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user