Adding raw module to list of modules allowing raw params

Fixes #11119
This commit is contained in:
James Cammarata 2015-06-02 08:41:58 -05:00
parent e251e70178
commit bc041ffea0

View file

@ -266,6 +266,7 @@ class ModuleArgsParser:
# FIXME: this should probably be somewhere else
RAW_PARAM_MODULES = (
'raw',
'command',
'shell',
'script',