Skip to content
#

salt

Here are 242 public repositories matching this topic...

erwindon
erwindon commented Nov 12, 2019

Is your feature request related to a problem? Please describe.
When SaltGUI outputs state information, it presents all available data.
The original salt commands uses variables such as state_output and state_verbose to reduce the state related output.

Describe the solution you'd like
SaltGUI should use similar formatting on states.
By default, the original variables should be

mew1033
mew1033 commented Nov 25, 2019

As it stands right now, salt-lint doesn't really use any big parts of the salt library. However, salt is marked as a dependency, meaning it must be pulled in and installed in its entirety. When creating a docker image to use, adding the salt libraries (including pycrypto and gcc for pycrypto), the size goes from 186MB to 416MB.

I made a PR (#120) to remove salt as a dependency, but it sounds li

esilva-everbridge
esilva-everbridge commented Dec 13, 2019

Files output by the tool do not maintain YAML comments.

One consequence is that trying to mask jinja code using comments will result in the jinja being stripped from the resulting file. As the tool will not parse files with naked jinja using comments would be the only good way to preserve it.

something like this should be allowed:

foo:
# {%- if grains['envtype'] == 'dev' %}
    bar
bug

Improve this page

Add a description, image, and links to the salt topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the salt topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.