Add setype to file's argument_spec and remove secontext

secontext is used internally and should not be in argument_spec
pull/760/head
Stephen Fromm 12 years ago
parent 52afacf475
commit d0892c19ad

@ -224,7 +224,7 @@ def main():
seuser = dict(),
serole = dict(),
selevel = dict(),
secontext = dict(),
setype = dict(),
)
)

Loading…
Cancel
Save