mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
parent
36263405be
commit
6e8cd44500
1 changed files with 1 additions and 1 deletions
|
@ -687,7 +687,7 @@ def mount(name, device, mkmnt=False, fstype='', opts='defaults', user=None):
|
|||
opts = opts.split(',')
|
||||
|
||||
if not os.path.exists(name) and mkmnt:
|
||||
__salt__['file.mkdir'](name=name, user=user)
|
||||
__salt__['file.mkdir'](name, user=user)
|
||||
|
||||
args = ''
|
||||
if opts is not None:
|
||||
|
|
Loading…
Add table
Reference in a new issue