Need to pass an empty device

This commit is contained in:
Joseph Hall 2016-01-25 12:26:22 -07:00
parent aba28a1baf
commit 51cba1e6a4

View File

@ -77,7 +77,7 @@ def _mount(path, ftype):
util = 'qemu_nbd'
else:
return None
mpt = __salt__['mount.mount'](path, util=util)
mpt = __salt__['mount.mount'](path, device=None, util=util)
if not mpt:
return None
return mpt