Commit 2e2a1d4b by Michael DeHaan

Merge pull request #8270 from berenddeboer/mount-fstab

Default for fstab missing, causing KeyError: 'fstab'
parents 7348b584 869cc794
......@@ -244,7 +244,7 @@ def main():
dump = dict(default=None),
src = dict(required=True),
fstype = dict(required=True),
fstab = dict(default=None)
fstab = dict(default='/etc/fstab')
)
)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment