2024-02-16 18:03:19 -05:00
|
|
|
{#
|
|
|
|
SPDX-FileCopyrightText: 2024 Benjamin Grande M. S. <ben.grande.b@gmail.com>
|
|
|
|
|
|
|
|
SPDX-License-Identifier: AGPL-3.0-or-later
|
|
|
|
#}
|
|
|
|
|
|
|
|
{% if grains['nodename'] != 'dom0' -%}
|
|
|
|
|
|
|
|
include:
|
2024-03-18 11:29:01 -04:00
|
|
|
- utils.tools.common.update
|
2024-02-16 18:03:19 -05:00
|
|
|
- dev.home-cleanup
|
|
|
|
- dotfiles.copy-x11
|
|
|
|
- dotfiles.copy-sh
|
|
|
|
- dotfiles.copy-git
|
|
|
|
- sys-pgp.install-client
|
|
|
|
- sys-git.install-client
|
|
|
|
|
|
|
|
"{{ slsdotpath }}-builder-installed":
|
|
|
|
pkg.installed:
|
2024-03-18 11:29:01 -04:00
|
|
|
- require:
|
|
|
|
- sls: utils.tools.common.update
|
2024-02-16 18:03:19 -05:00
|
|
|
- install_recommends: False
|
|
|
|
- skip_suggestions: True
|
|
|
|
- pkgs:
|
|
|
|
- qubes-core-agent-networking
|
|
|
|
- ca-certificates
|
|
|
|
- git
|
|
|
|
|
|
|
|
{% endif -%}
|