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

[FEATURE] replace module.run function when postgres.bake_image=True #317

Open
litnialex opened this issue Jul 9, 2021 · 0 comments
Open

Comments

@litnialex
Copy link

Is your feature request related to a problem?

postgres/server/image.sls uses "legacy" syntax:

postgresql-service-reload:
  module.run:
    - name: test.true

"The legacy style will no longer be available starting in the 3005 release" (https://docs.saltproject.io/en/3002/ref/states/all/salt.states.module.html#salt.states.module.run)

And it already incompatible with minion configuration:

use_superseded: 
  - module.run 

which is used in my case for other purposes.

Describe the solution you'd like

Replace module.run with other function

Describe alternatives you've considered

Simple is better

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant