feat: add Firefox browser from Mozilla repository

This commit is contained in:
Ben Grande 2024-05-24 13:53:17 +02:00
parent c8b9bb3198
commit cbf61e674e
No known key found for this signature in database
GPG key ID: 00C64E14F51F9E56
12 changed files with 98 additions and 9 deletions

View 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 -%}