mirror of
https://github.com/ben-grande/qusal.git
synced 2025-07-23 14:40:58 -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
12
salt/browser/install-firefox-repo.sls
Normal file
12
salt/browser/install-firefox-repo.sls
Normal file
|
@ -0,0 +1,12 @@
|
|||
{#
|
||||
SPDX-FileCopyrightText: 2023 - 2024 Benjamin Grande M. S. <ben.grande.b@gmail.com>
|
||||
|
||||
SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
#}
|
||||
|
||||
{% if grains['nodename'] != 'dom0' -%}
|
||||
|
||||
{% from 'utils/macros/install-repo.sls' import install_repo -%}
|
||||
{{ install_repo(sls_path, 'mozilla') }}
|
||||
|
||||
{% endif -%}
|
Loading…
Add table
Add a link
Reference in a new issue