Commit 869cc794 by Berend de Boer

Default for fstab missing, causing KeyError: 'fstab'

parent f9f37a50
......@@ -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