Add setype to file's argument_spec and remove secontext

secontext is used internally and should not be in argument_spec
This commit is contained in:
Stephen Fromm 2012-08-01 22:24:09 -07:00
parent 060a6a2d15
commit c5066ebabf

2
file
View file

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