Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

utils/schedule.py:handle_func() - Fix for accessing returner configur… #33912

Merged

Commits on Jun 9, 2016

  1. utils/schedule.py:handle_func() - Fix for accessing returner configur…

    …ation attributes 'return_config' and 'return_kwargs'.
    
    They are specified as 'return_config' and 'return_kwargs' in the documentation, and those are the member names used elsewhere in the code base. However, this code previously referenced 'returner_kwargs' and 'returner_config', so returners from scheduled jobs were not appropriately called in situations in which configuration parameters to override default minion config needed to be provided to the schedule module.
    
    Resolves issue saltstack#33868 (saltstack#33868).
    abalashov committed Jun 9, 2016
    Configuration menu
    Copy the full SHA
    b5a4f8b View commit details
    Browse the repository at this point in the history