feat: add Tailscale formula

Fixes: https://github.com/ben-grande/qusal/issues/42
This commit is contained in:
Ben Grande 2024-07-05 16:35:32 +02:00
parent 1425cdaf1c
commit eed904c7f2
No known key found for this signature in database
GPG key ID: 00C64E14F51F9E56
20 changed files with 493 additions and 0 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, 'tailscale') }}
{% endif -%}