Fixes #2380 - argument checking in file accepts chained arguments from copy

pull/2384/head
Michael DeHaan 12 years ago
parent e307658350
commit 0c80c76833

@ -107,7 +107,10 @@ FILE_COMMON_ARGUMENTS=dict(
serole = dict(),
selevel = dict(),
setype = dict(),
# not taken by the file module, but other modules call file so it must ignore them.
content = dict(),
backup = dict(),
force = dict(),
)
def get_platform():

Loading…
Cancel
Save