Merge pull request #20272 from saltstack/revert-20257-arghotfix

Revert "Only softfail with a state kwarg mismatch"
This commit is contained in:
Seth House 2015-01-30 17:48:29 -07:00
commit 8539c825f8

View File

@ -805,7 +805,7 @@ def format_call(fun,
'{0}.{1}'.format(fun.__module__, fun.__name__)
)
)
log.critical(
raise SaltInvocationError(
'{0}. If you were trying to pass additional data to be used '
'in a template context, please populate \'context\' with '
'\'key: value\' pairs.{1}'.format(