jtraub91
jtraub91
``` pelias prepare all converting /data/openstreetmap/los-angeles_california.osm.pbf to /data/polylines/extract.0sv Creating extract at /data/placeholder/wof.extract ./docker_extract.sh: line 21: 10 Killed pbf streets "${PBF_FILE}" >> /data/polylines/extract.0sv Done! import... populate fts... optimize... close... Done! -...
**Description** For `win_task`, some of the formatting specifications [from the doc](https://docs.saltproject.io/en/latest/ref/modules/all/salt.modules.win_task.html#salt.modules.win_task.add_trigger) do not work and will throw an error. Perhaps [this code block](https://github.com/saltstack/salt/blob/v3005/salt/modules/win_task.py#L184-L214) is part of the problem. **Setup** Install...
**Description** [jobs.master](https://docs.saltproject.io/en/latest/ref/runners/all/salt.runners.jobs.html#salt.runners.jobs.master) doesn't work, i.e. it does not "Return the actively executing runners for the master". **Setup** Install salt-master / salt-minion on a machine Configure as follows ``` # /etc/salt/master.d/master.conf...
**Is your feature request related to a problem? Please describe.** Salt's fileserver has a concept of [environments](https://docs.saltproject.io/en/latest/ref/file_server/environments.html#requesting-files-from-specific-environments), which can work decently well to isolate different versions of states and other...
**Description** While attempting to use [slots](https://docs.saltproject.io/en/latest/topics/slots/index.html) in a salt state, the `cmd.run` function is not behaving the same way as it does when run from the command line. (see the...
**Description** What's particularly weird about this issue is that `salt-call` _does_ have access to pillar when running `salt-call saltutil.sync_grains` and/or `saltutil.refresh_grains` but doesn't when retrieiving the grain, e.g. `salt-call grains.item`...