Imran Iqbal

Results 19 issues of Imran Iqbal

Notes: * This was first opened as an issue against [`semantic-release`](https://github.com/semantic-release/semantic-release/issues/1107). * This may be a duplicate of #391. --- ## Current behavior Had this happen a few times now...

support

**Description** Appears to be a problem here: https://docs.saltproject.io/en/latest/topics/ssh/index.html -- all 3 videos are showing `This video is private`. **Suggested Fix** The videos need to be made public. **Type of documentation**...

Documentation
severity-medium
time-estimate-single-day

### Description of Issue/Question SaltStack-Formulas has started to adopt using [`defaults.merge`](https://docs.saltstack.com/en/latest/ref/modules/all/salt.modules.defaults.html#salt.modules.defaults.merge) in `map.jinja`, for example in the [`salt-formula`](https://github.com/saltstack-formulas/salt-formula/blob/master/salt/map.jinja). There are now two reports that this isn't working when using `salt-ssh`....

Bug
severity-medium

### What does this PR do? Update `salt-bootstrap` to `2022.05.19` release.

**Describe the bug** Encountered a false positive for the Jinja variables check, based on this block: ```sls file.blockreplace: - ... - content: | DKIM_DOMAIN = ${lc:${domain:$h_from:}} DKIM_KEY_FILE = /etc/exim4/dkim/{{ pillar['dkim_private_key']...

Type: Bug

**Is your feature request related to a problem? Please describe.** `salt-lint` should catch poorly indented states. https://github.com/saltstack-formulas/haproxy-formula/blob/958c2d9249b276d1844605091608e02dc3601512/haproxy/config.sls#L4-L19 ```sls haproxy.config: file.managed: - name: {{ config_file }} - source: {{ haproxy.config_file_source }}...

Type: Enhancement

Taking [this example](https://github.com/saltstack-formulas/zabbix-formula/blob/e0a79424e3059beeed9528e2e9416b4ceeca2f8f/zabbix/repo.sls#L2): ```sls {% from "zabbix/macros.jinja" import files_switch with context -%} ``` * `files_switch` isn't actually used anywhere in the file, so should be removed. I've actually come across...

Type: Enhancement
Priority: Medium

For example, attempting to clip https://github.com/zadam/trilium/issues/257 results in: > ### Support for custom fonts · Issue #257 · zadam/trilium > > Attach files to your comment Attach files by dragging...

The docs used to be available at https://kitchen.saltstack.com/ but that's no longer the case. Obviously got lost during the transition to https://saltproject.io/. Could these be resurrected at https://kitchen.saltproject.io/ (or similar)?

### What does this PR do? Fedora 37 are available at the [Fedora Updates System](https://bodhi.fedoraproject.org/updates/?search=salt-30), so adding it to the CI here. The other commit is replacing the Python 3.10...