mirror of
https://github.com/ben-grande/qusal.git
synced 2025-07-20 21:28:42 -04:00
feat: add Firefox browser from Mozilla repository
This commit is contained in:
parent
c8b9bb3198
commit
cbf61e674e
12 changed files with 98 additions and 9 deletions
|
@ -81,7 +81,7 @@ If sls_path is 'browser', then this would install the repo from:
|
|||
|
||||
{% endif -%}
|
||||
|
||||
{% if salt['cmd.shell']('command -v apt-cacher-ng-repo >/dev/null') -%}
|
||||
{% if salt['cmd.retcode']('command -v apt-cacher-ng-repo >/dev/null') == 0 -%}
|
||||
"{{ name }}-run-apt-cacher-ng-repo":
|
||||
cmd.run:
|
||||
- name: apt-cacher-ng-repo
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue