Support dictionary arguments for states #68367
bdrx312
started this conversation in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Add support for specifying arguments with a dictionary instead of having to specify them as a list of single key value dictionary items.
Instead of having the specify the arguments to a state module like:
support
When then state is written as python with the
#!py
python renderer instead of having the more verboseit can be written more concisely and efficiently as
This will make it easier for beginners trying to learn salt and reduces the number of data structures that have to be created.
Beta Was this translation helpful? Give feedback.
All reactions