mirror of
https://github.com/ben-grande/qusal.git
synced 2025-08-07 21:52:29 -04:00
32 lines
672 B
Text
32 lines
672 B
Text
{#
|
|
SPDX-FileCopyrightText: 2025 The Qusal Community <>
|
|
|
|
SPDX-License-Identifier: AGPL-3.0-or-later
|
|
#}
|
|
|
|
{% if grains['nodename'] != 'dom0' -%}
|
|
|
|
include:
|
|
- utils.tools.common.update
|
|
- {{ slsdotfile }}.install-client
|
|
- sys-pgp.install-client
|
|
- sys-ssh-agent.install-client
|
|
- dotfiles.copy-git
|
|
- dotfiles.copy-sh
|
|
- dotfiles.copy-x11
|
|
|
|
"{{ slsdotpath }}-installed":
|
|
pkg.installed:
|
|
- require:
|
|
- sls: utils.tools.common.update
|
|
- install_recommends: False
|
|
- skip_suggestions: True
|
|
- setopt: "install_weak_deps=False"
|
|
- pkgs:
|
|
- qubes-core-agent-networking
|
|
- ca-certificates
|
|
- curl
|
|
- git
|
|
- man-db
|
|
|
|
{% endif -%}
|