mirror of
https://github.com/ben-grande/qusal.git
synced 2025-08-06 13:14:32 -04:00
feat: kicksecure minimal template
This commit is contained in:
parent
2b6daac8a9
commit
a97e3c0c8a
24 changed files with 1644 additions and 3 deletions
12
salt/kicksecure-minimal/install-repo.sls
Normal file
12
salt/kicksecure-minimal/install-repo.sls
Normal file
|
@ -0,0 +1,12 @@
|
|||
{#
|
||||
SPDX-FileCopyrightText: 2023 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, 'derivative') }}
|
||||
|
||||
{% endif -%}
|
Loading…
Add table
Add a link
Reference in a new issue