-
Why have update and upgrade only run when sources.list or sources.list.d are changed?
This means it can't be run as a maintenance job. I'm new to Saltstack formulas, so am I missing something obvio…
-
According so salt lint, file.managed mode should be in quotation marks and have a leading zero.
So all occurrences of this:
- mode: 644
should be replaced with this:
- mode: '0644'
-
**Describe the bug**
Not sure this is a bug. Is `salt-lint` meant to support linting of jinja template files that are not salt state files, e.g. sourced templated files used in `file.managed` states,…
-
Hey,
i wonder why here are included more than icinga2 states such like [postgresql, that have their own formula](https://github.com/saltstack-formulas/postgres-formula).
I think this is not a good …
-
## Your setup
### Formula commit hash / release tag
6977ccf28acd7b7826056572faed0ee6dcfe01f7
### Versions reports (master & minion)
### Pillar / config used
```
wanted:
…
-
https://cuelang.org/
_CUE is an open-source data validation language and inference engine with its roots in logic programming. Although the language is not a general-purpose programming language, i…
-
I would like to know why you did'nt use the firewalld Modules and States?
For exemple your doing in the init.sls file:
```yaml
reload_firewalld:
cmd.wait:
- name: 'firewall-cmd --reload…
-
## Your setup
### Formula commit hash / release tag
Using formula at 57fca1d08897004766f16b91dbb5203ea107749b
### Versions reports (master & minion)
```
$ salt-minion --versions-r…
-
> Note that with SQLite database on proxies, history data from proxies before the upgrade will be lost, because SQLite database upgrade is not supported and the SQLite database file has to be manually…
-
Hello every one,
I want to add some **variables environment** to the **client vhost** using **apache formula** **(apache2.4)**:
This an example: (there is a {{name}} : {{value}} )
ENV_UPLOAD_PATH…