Commit d0892c19 by Stephen Fromm

Add setype to file's argument_spec and remove secontext

secontext is used internally and should not be in argument_spec
parent 52afacf4
...@@ -224,7 +224,7 @@ def main(): ...@@ -224,7 +224,7 @@ def main():
seuser = dict(), seuser = dict(),
serole = dict(), serole = dict(),
selevel = dict(), selevel = dict(),
secontext = dict(), setype = dict(),
) )
) )
......
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