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

Add state_events option for state module functions #63316

Merged
merged 7 commits into from
Feb 3, 2023

Commits on Feb 2, 2023

  1. Add state_events option for state module functions

    Adds a state_events option to state.highstate, state.apply, state.sls,
    state.sls_id to enable state events whilst applying states.
    
    Removes the need to set state_events globally in the master config,
    without requiring adding fire_event to every state.
    barneysowood committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    756998b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bb3379b View commit details
    Browse the repository at this point in the history
  3. Update state_events opt handling to be consistent

    Updates the state_events opts handling to be consistent with how other
    opts are processed in state.py
    barneysowood committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    cd5dc4a View commit details
    Browse the repository at this point in the history
  4. Add changelog entry

    barneysowood committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    eb432b2 View commit details
    Browse the repository at this point in the history
  5. Add documentation on the state_event option

    Adds additional documentation on the state_events option to the
    Salt Master Events doc
    barneysowood committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    95cc18e View commit details
    Browse the repository at this point in the history
  6. Adds documentation on fire_events to master events

    Adds documentation on the fire_events state option to the
    Salt Master Events doc for completeness.
    barneysowood committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    e512c97 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    018c216 View commit details
    Browse the repository at this point in the history