Add setype to file's argument_spec and remove secontext

secontext is used internally and should not be in argument_spec
pull/4420/head
Stephen Fromm 2012-08-01 22:24:09 -07:00
parent 52afacf475
commit d0892c19ad
1 changed files with 1 additions and 1 deletions

View File

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