mirror of
https://github.com/ben-grande/qusal.git
synced 2025-04-19 15:05:48 -04:00
Merge f0ea11480d3ac68549bb276c3c476b53ecd29068 into 75aac52edad09eb5f0cdcbe05bcd1c41f83cb28e
This commit is contained in:
commit
4a67d427a1
@ -7,7 +7,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
{%- from "qvm/template.jinja" import load -%}
|
||||
|
||||
include:
|
||||
- .clone
|
||||
- {{ slsdotpath }}.clone
|
||||
|
||||
{% load_yaml as defaults -%}
|
||||
name: tpl-{{ slsdotpath }}
|
||||
|
@ -7,7 +7,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
{% if grains['nodename'] != 'dom0' -%}
|
||||
|
||||
include:
|
||||
- .install-repo
|
||||
- {{ slsdotpath }}.install-repo
|
||||
- utils.tools.common.update
|
||||
- dotfiles.copy-sh
|
||||
- dotfiles.copy-x11
|
||||
|
@ -7,7 +7,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
{%- from "qvm/template.jinja" import load -%}
|
||||
|
||||
include:
|
||||
- .clone
|
||||
- {{ slsdotpath }}.clone
|
||||
|
||||
{% load_yaml as defaults -%}
|
||||
name: tpl-{{ slsdotpath }}
|
||||
|
@ -7,8 +7,8 @@ SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
{% if grains['nodename'] != 'dom0' -%}
|
||||
|
||||
include:
|
||||
- .install-chrome-repo
|
||||
- .install-common
|
||||
- {{ slsdotpath }}.install-chrome-repo
|
||||
- {{ slsdotpath }}.install-common
|
||||
|
||||
"{{ slsdotpath }}-avoid-chrome-installing-own-repo":
|
||||
file.touch:
|
||||
|
@ -7,7 +7,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
{% if grains['nodename'] != 'dom0' -%}
|
||||
|
||||
include:
|
||||
- .install-common
|
||||
- {{ slsdotpath }}.install-common
|
||||
|
||||
"{{ slsdotpath }}-installed-chromium":
|
||||
pkg.installed:
|
||||
|
@ -7,7 +7,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
{% if grains['nodename'] != 'dom0' -%}
|
||||
|
||||
include:
|
||||
- .install-common
|
||||
- {{ slsdotpath }}.install-common
|
||||
|
||||
"{{ slsdotpath }}-installed-firefox-esr":
|
||||
pkg.installed:
|
||||
|
@ -7,8 +7,8 @@ SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
{% if grains['nodename'] != 'dom0' -%}
|
||||
|
||||
include:
|
||||
- .install-firefox-repo
|
||||
- .install-common
|
||||
- {{ slsdotpath }}.install-firefox-repo
|
||||
- {{ slsdotpath }}.install-common
|
||||
|
||||
"{{ slsdotpath }}-installed-firefox":
|
||||
pkg.installed:
|
||||
|
@ -7,7 +7,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
{% if grains['nodename'] != 'dom0' -%}
|
||||
|
||||
include:
|
||||
- .install-common
|
||||
- {{ slsdotpath }}.install-common
|
||||
|
||||
"{{ slsdotpath }}-installed-lynx":
|
||||
pkg.installed:
|
||||
|
@ -7,8 +7,8 @@ SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
{% if grains['nodename'] != 'dom0' -%}
|
||||
|
||||
include:
|
||||
- .install-mullvad-repo
|
||||
- .install-common
|
||||
- {{ slsdotpath }}.install-mullvad-repo
|
||||
- {{ slsdotpath }}.install-common
|
||||
|
||||
"{{ slsdotpath }}-installed-mullvad":
|
||||
pkg.installed:
|
||||
|
@ -7,7 +7,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
{% if grains['nodename'] != 'dom0' -%}
|
||||
|
||||
include:
|
||||
- .install-common
|
||||
- {{ slsdotpath }}.install-common
|
||||
- dotfiles.copy-net
|
||||
|
||||
"{{ slsdotpath }}-installed-w3m":
|
||||
|
@ -7,6 +7,6 @@ SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
{% if grains['nodename'] != 'dom0' -%}
|
||||
|
||||
include:
|
||||
- .install-chromium
|
||||
- {{ slsdotpath }}.install-chromium
|
||||
|
||||
{% endif -%}
|
||||
|
@ -9,7 +9,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
{%- import slsdotpath ~ "/template.jinja" as template -%}
|
||||
|
||||
include:
|
||||
- .clone
|
||||
- {{ slsdotpath }}.clone
|
||||
|
||||
"dvm-{{ template.template }}-absent":
|
||||
qvm.absent:
|
||||
|
@ -9,7 +9,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
{%- import slsdotpath ~ "/template.jinja" as template -%}
|
||||
|
||||
include:
|
||||
- .clone
|
||||
- {{ slsdotpath }}.clone
|
||||
|
||||
"dvm-{{ template.template }}-absent":
|
||||
qvm.absent:
|
||||
|
@ -9,7 +9,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
{%- import slsdotpath ~ "/template.jinja" as template -%}
|
||||
|
||||
include:
|
||||
- .clone
|
||||
- {{ slsdotpath }}.clone
|
||||
|
||||
"dvm-{{ template.template }}-absent":
|
||||
qvm.absent:
|
||||
|
@ -7,7 +7,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
{% if grains['nodename'] != 'dom0' -%}
|
||||
|
||||
include:
|
||||
- .home-cleanup
|
||||
- {{ slsdotpath }}.home-cleanup
|
||||
- dotfiles.copy-all
|
||||
|
||||
{% endif -%}
|
||||
|
@ -7,7 +7,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
{%- from "qvm/template.jinja" import load -%}
|
||||
|
||||
include:
|
||||
- .clone
|
||||
- {{ slsdotpath }}.clone
|
||||
- sys-net.show-updatevm-origin
|
||||
|
||||
{% load_yaml as defaults -%}
|
||||
|
@ -11,12 +11,12 @@ SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
{#
|
||||
include:
|
||||
{% if grains['id'] == 'dom0' -%}
|
||||
- .create
|
||||
- {{ slsdotpath }}.create
|
||||
{% elif grains['id'] == 'tpl-' ~ slsdotpath -%}
|
||||
- .install
|
||||
- {{ slsdotpath }}.install
|
||||
{% elif grains['id'] == 'disp-' ~ slsdotpath -%}
|
||||
- utils.tools.zsh.touch-zshrc
|
||||
{% elif grains['id'] == slsdotpath -%}
|
||||
- .configure
|
||||
- {{ slsdotpath }}.configure
|
||||
{% endif -%}
|
||||
#}
|
||||
|
@ -8,7 +8,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
|
||||
include:
|
||||
- utils.tools.common.update
|
||||
- .home-cleanup
|
||||
- {{ slsdotpath }}.home-cleanup
|
||||
- dotfiles.copy-all
|
||||
- utils.tools.zsh
|
||||
- sys-pgp.install-client
|
||||
|
@ -7,13 +7,13 @@ SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
{% if grains['nodename'] == 'dom0' -%}
|
||||
|
||||
include:
|
||||
- .backup
|
||||
- .dotfiles
|
||||
- .helpers
|
||||
- .install
|
||||
- .desktop-kde
|
||||
- .update-settings
|
||||
- .xorg
|
||||
- .screenshot
|
||||
- {{ slsdotpath }}.backup
|
||||
- {{ slsdotpath }}.dotfiles
|
||||
- {{ slsdotpath }}.helpers
|
||||
- {{ slsdotpath }}.install
|
||||
- {{ slsdotpath }}.desktop-kde
|
||||
- {{ slsdotpath }}.update-settings
|
||||
- {{ slsdotpath }}.xorg
|
||||
- {{ slsdotpath }}.screenshot
|
||||
|
||||
{% endif -%}
|
||||
|
@ -7,6 +7,6 @@ SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
{% if grains['nodename'] != 'dom0' -%}
|
||||
|
||||
include:
|
||||
- .configure-common
|
||||
- {{ slsdotpath }}.configure-common
|
||||
|
||||
{% endif -%}
|
||||
|
@ -7,7 +7,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
{% if grains['nodename'] != 'dom0' -%}
|
||||
|
||||
include:
|
||||
- .configure-common
|
||||
- {{ slsdotpath }}.configure-common
|
||||
- whonix-workstation.configure-offline
|
||||
|
||||
{% endif -%}
|
||||
|
@ -9,7 +9,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
{%- import "whonix-workstation/template.jinja" as whonix_workstation -%}
|
||||
|
||||
include:
|
||||
- .clone
|
||||
- {{ slsdotpath }}.clone
|
||||
- sys-bitcoin.create
|
||||
|
||||
{% load_yaml as defaults -%}
|
||||
|
@ -7,7 +7,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
{%- from "qvm/template.jinja" import load -%}
|
||||
|
||||
include:
|
||||
- .clone
|
||||
- {{ slsdotpath }}.clone
|
||||
|
||||
{% load_yaml as defaults -%}
|
||||
name: tpl-{{ slsdotpath }}
|
||||
|
@ -7,7 +7,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
{% if grains['nodename'] != 'dom0' -%}
|
||||
|
||||
include:
|
||||
- .install-repo
|
||||
- {{ slsdotpath }}.install-repo
|
||||
- utils.tools.common.update
|
||||
- sys-audio.install-client
|
||||
|
||||
|
@ -10,7 +10,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
|
||||
include:
|
||||
- fedora.create
|
||||
- .clone
|
||||
- {{ slsdotpath }}.clone
|
||||
|
||||
"dvm-{{ template.template }}-absent":
|
||||
qvm.absent:
|
||||
|
@ -7,7 +7,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
{%- import slsdotpath ~ "/template.jinja" as template -%}
|
||||
|
||||
include:
|
||||
- .create
|
||||
- {{ slsdotpath }}.create
|
||||
|
||||
"{{ slsdotpath }}-set-management_dispvm-to-default":
|
||||
qvm.vm:
|
||||
|
@ -9,7 +9,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
{%- import slsdotpath ~ "/template.jinja" as template -%}
|
||||
|
||||
include:
|
||||
- .clone
|
||||
- {{ slsdotpath }}.clone
|
||||
|
||||
"dvm-{{ template.template }}-absent":
|
||||
qvm.absent:
|
||||
|
@ -9,7 +9,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
{%- import slsdotpath ~ "/template.jinja" as template -%}
|
||||
|
||||
include:
|
||||
- .clone
|
||||
- {{ slsdotpath }}.clone
|
||||
|
||||
"dvm-{{ template.template }}-absent":
|
||||
qvm.absent:
|
||||
|
@ -7,7 +7,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
{%- from "qvm/template.jinja" import load -%}
|
||||
|
||||
include:
|
||||
- .clone
|
||||
- {{ slsdotpath }}.clone
|
||||
|
||||
{% load_yaml as defaults -%}
|
||||
name: tpl-{{ slsdotpath }}
|
||||
|
@ -9,7 +9,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
{%- import slsdotpath ~ "/template.jinja" as template -%}
|
||||
|
||||
include:
|
||||
- .clone
|
||||
- {{ slsdotpath }}.clone
|
||||
|
||||
{% load_yaml as defaults -%}
|
||||
name: {{ template.template }}
|
||||
|
@ -9,7 +9,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
{%- import slsdotpath ~ "/template.jinja" as template -%}
|
||||
|
||||
include:
|
||||
- .clone
|
||||
- {{ slsdotpath }}.clone
|
||||
|
||||
{% load_yaml as defaults -%}
|
||||
name: {{ template.template }}
|
||||
|
@ -9,7 +9,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
{%- import slsdotpath ~ "/template.jinja" as template -%}
|
||||
|
||||
include:
|
||||
- .clone
|
||||
- {{ slsdotpath }}.clone
|
||||
|
||||
{% load_yaml as defaults -%}
|
||||
name: {{ template.template }}
|
||||
|
@ -9,7 +9,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
{%- import slsdotpath ~ "/template.jinja" as template -%}
|
||||
|
||||
include:
|
||||
- .clone
|
||||
- {{ slsdotpath }}.clone
|
||||
- utils.tools.common.update
|
||||
|
||||
"{{ slsdotpath }}-installed":
|
||||
|
@ -7,7 +7,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
{%- from "qvm/template.jinja" import load -%}
|
||||
|
||||
include:
|
||||
- .clone
|
||||
- {{ slsdotpath }}.clone
|
||||
|
||||
{% load_yaml as defaults -%}
|
||||
name: tpl-{{ slsdotpath }}-fetcher
|
||||
|
@ -10,7 +10,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
{%- import "debian-minimal/template.jinja" as template -%}
|
||||
|
||||
include:
|
||||
- .clone
|
||||
- {{ slsdotpath }}.clone
|
||||
|
||||
{% load_yaml as defaults -%}
|
||||
name: tpl-{{ slsdotpath }}
|
||||
|
@ -8,7 +8,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
|
||||
include:
|
||||
- fedora.create
|
||||
- .clone
|
||||
- {{ slsdotpath }}.clone
|
||||
- fedora-minimal.prefs
|
||||
|
||||
{% load_yaml as defaults -%}
|
||||
|
@ -5,7 +5,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
#}
|
||||
|
||||
include:
|
||||
- .create
|
||||
- {{ slsdotpath }}.create
|
||||
|
||||
"{{ slsdotpath }}-set-qubes-prefs-management_dispvm-to-dvm-{{ slsdotpath }}":
|
||||
cmd.run:
|
||||
|
@ -7,7 +7,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
{%- from "qvm/template.jinja" import load -%}
|
||||
|
||||
include:
|
||||
- .clone
|
||||
- {{ slsdotpath }}.clone
|
||||
|
||||
{% load_yaml as defaults -%}
|
||||
name: tpl-{{ slsdotpath }}
|
||||
|
@ -7,7 +7,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
{%- from "qvm/template.jinja" import load -%}
|
||||
|
||||
include:
|
||||
- .clone
|
||||
- {{ slsdotpath }}.clone
|
||||
|
||||
{% load_yaml as defaults -%}
|
||||
name: tpl-{{ slsdotpath }}
|
||||
|
@ -7,7 +7,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
{% if grains['nodename'] != 'dom0' -%}
|
||||
|
||||
include:
|
||||
- .install-repo
|
||||
- {{ slsdotpath }}.install-repo
|
||||
- utils.tools.common.update
|
||||
- sys-ssh-agent.install-client
|
||||
|
||||
|
@ -7,7 +7,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
{% if grains['nodename'] != 'dom0' -%}
|
||||
|
||||
include:
|
||||
- .configure
|
||||
- {{ slsdotpath }}.configure
|
||||
|
||||
"{{ slsdotpath }}-makedir-qusal-builder":
|
||||
file.directory:
|
||||
|
@ -7,7 +7,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
{%- from "qvm/template.jinja" import load -%}
|
||||
|
||||
include:
|
||||
- .clone
|
||||
- {{ slsdotpath }}.clone
|
||||
- fedora-minimal.prefs
|
||||
|
||||
{% load_yaml as defaults -%}
|
||||
|
@ -6,11 +6,11 @@ SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
|
||||
include:
|
||||
{% if grains['id'] == 'dom0' -%}
|
||||
- .create
|
||||
- {{ slsdotpath }}.create
|
||||
{% elif grains['id'] == 'tpl-' ~ slsdotpath -%}
|
||||
- .install
|
||||
- {{ slsdotpath }}.install
|
||||
{% elif grains['id'] == 'dvm-' ~ slsdotpath -%}
|
||||
- .configure-qubes-executor
|
||||
- {{ slsdotpath }}.configure-qubes-executor
|
||||
{% elif grains['id'] == slsdotpath -%}
|
||||
- .configure
|
||||
- {{ slsdotpath }}.configure
|
||||
{% endif -%}
|
||||
|
@ -18,7 +18,7 @@ include:
|
||||
- sys-pgp.install-client
|
||||
- sys-ssh-agent.install-client
|
||||
- docker.install
|
||||
- .install-qubes-executor
|
||||
- {{ slsdotpath }}.install-qubes-executor
|
||||
|
||||
"{{ slsdotpath }}-installed":
|
||||
pkg.installed:
|
||||
|
@ -9,7 +9,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
## https://github.com/QubesOS/qubes-issues/issues/8806
|
||||
|
||||
include:
|
||||
- .create
|
||||
- {{ slsdotpath }}.create
|
||||
|
||||
"{{ slsdotpath }}-set-management_dispvm-to-default":
|
||||
qvm.vm:
|
||||
|
@ -8,7 +8,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
{%- from "qvm/template.jinja" import load -%}
|
||||
|
||||
include:
|
||||
- .clone
|
||||
- {{ slsdotpath }}.clone
|
||||
|
||||
{% load_yaml as defaults -%}
|
||||
name: tpl-{{ slsdotpath }}
|
||||
|
@ -7,7 +7,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
{%- from "qvm/template.jinja" import load -%}
|
||||
|
||||
include:
|
||||
- .clone
|
||||
- {{ slsdotpath }}.clone
|
||||
|
||||
{% load_yaml as defaults -%}
|
||||
name: tpl-{{ slsdotpath }}
|
||||
|
@ -7,7 +7,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
{%- from "qvm/template.jinja" import load -%}
|
||||
|
||||
include:
|
||||
- .clone
|
||||
- {{ slsdotpath }}.clone
|
||||
|
||||
{% load_yaml as defaults -%}
|
||||
name: tpl-{{ slsdotpath }}
|
||||
|
@ -7,7 +7,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
{% if grains['nodename'] != 'dom0' -%}
|
||||
|
||||
include:
|
||||
- .install-repo
|
||||
- {{ slsdotpath }}.install-repo
|
||||
- utils.tools.common.update
|
||||
- utils.tools.xfce
|
||||
- dotfiles.copy-x11
|
||||
|
@ -7,7 +7,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
{%- from "qvm/template.jinja" import load -%}
|
||||
|
||||
include:
|
||||
- .clone
|
||||
- {{ slsdotpath }}.clone
|
||||
|
||||
{% load_yaml as defaults -%}
|
||||
name: tpl-{{ slsdotpath }}
|
||||
|
@ -6,7 +6,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
{%- from "qvm/template.jinja" import load -%}
|
||||
|
||||
include:
|
||||
- .clone
|
||||
- {{ slsdotpath }}.clone
|
||||
|
||||
{% load_yaml as defaults -%}
|
||||
name: tpl-{{ slsdotpath }}
|
||||
|
@ -8,7 +8,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
|
||||
include:
|
||||
- utils.tools.common.update
|
||||
- .install
|
||||
- {{ slsdotpath }}.install
|
||||
- sys-usb.install-client-proxy
|
||||
|
||||
"{{ slsdotpath }}-bluetooth-installed":
|
||||
|
@ -9,7 +9,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
include:
|
||||
- utils.tools.common.update
|
||||
- sys-usb.install-client-proxy
|
||||
- .install-client
|
||||
- {{ slsdotpath }}.install-client
|
||||
|
||||
"{{ slsdotpath }}-installed":
|
||||
pkg.installed:
|
||||
|
@ -11,7 +11,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
{% set bitcoin_tag = 'v' ~ version.version -%}
|
||||
|
||||
include:
|
||||
- .configure-builder-common
|
||||
- {{ slsdotpath }}.configure-builder-common
|
||||
|
||||
"{{ slsdotpath }}-source-makedir-src":
|
||||
file.directory:
|
||||
|
@ -21,7 +21,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
{% set bitcoin_url_shasum_sig = bitcoin_url_dir ~ bitcoin_file_shasum_sig -%}
|
||||
|
||||
include:
|
||||
- .configure-builder-common
|
||||
- {{ slsdotpath }}.configure-builder-common
|
||||
|
||||
"{{ slsdotpath }}-remove-failed-download-or-verification":
|
||||
file.absent:
|
||||
|
@ -9,7 +9,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
{%- import "whonix-gateway/template.jinja" as whonix_gateway %}
|
||||
|
||||
include:
|
||||
- .clone
|
||||
- {{ slsdotpath }}.clone
|
||||
|
||||
{% load_yaml as defaults -%}
|
||||
name: {{ slsdotpath }}-gateway
|
||||
|
@ -7,7 +7,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
{% if grains['nodename'] != 'dom0' -%}
|
||||
|
||||
include:
|
||||
- .install-common
|
||||
- {{ slsdotpath }}.install-common
|
||||
- dev.home-cleanup
|
||||
- dotfiles.copy-x11
|
||||
- dotfiles.copy-sh
|
||||
|
@ -8,7 +8,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
|
||||
include:
|
||||
- utils.tools.common.update
|
||||
- .install-common
|
||||
- {{ slsdotpath }}.install-common
|
||||
- dotfiles.copy-ssh
|
||||
- dotfiles.copy-git
|
||||
- sys-git.install-client
|
||||
|
@ -7,6 +7,6 @@ SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
{% if grains['nodename'] != 'dom0' -%}
|
||||
|
||||
include:
|
||||
- .install-common
|
||||
- {{ slsdotpath }}.install-common
|
||||
|
||||
{% endif -%}
|
||||
|
@ -7,7 +7,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
{%- from "qvm/template.jinja" import load -%}
|
||||
|
||||
include:
|
||||
- .clone
|
||||
- {{ slsdotpath }}.clone
|
||||
- browser.create
|
||||
|
||||
{% load_yaml as defaults -%}
|
||||
|
@ -7,6 +7,6 @@ SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
{% if grains['nodename'] != 'dom0' -%}
|
||||
|
||||
include:
|
||||
- .configure-builder-source
|
||||
- {{ slsdotpath }}.configure-builder-source
|
||||
|
||||
{% endif -%}
|
||||
|
@ -7,7 +7,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
{%- from "qvm/template.jinja" import load -%}
|
||||
|
||||
include:
|
||||
- .clone
|
||||
- {{ slsdotpath }}.clone
|
||||
- sys-bitcoin.create
|
||||
|
||||
{% load_yaml as defaults -%}
|
||||
|
@ -9,6 +9,6 @@ Source: https://github.com/romanz/electrs/blob/master/doc/install.md
|
||||
{% if grains['nodename'] != 'dom0' -%}
|
||||
|
||||
include:
|
||||
- .install-builder-source
|
||||
- {{ slsdotpath }}.install-builder-source
|
||||
|
||||
{% endif -%}
|
||||
|
@ -9,6 +9,6 @@ SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
## ElectRS does not provide official binaries. This state exists to be the
|
||||
## default installation.
|
||||
include:
|
||||
- .install-source
|
||||
- {{ slsdotpath }}.install-source
|
||||
|
||||
{% endif -%}
|
||||
|
@ -7,7 +7,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
{%- from "qvm/template.jinja" import load -%}
|
||||
|
||||
include:
|
||||
- .clone
|
||||
- {{ slsdotpath }}.clone
|
||||
- sys-bitcoin.create
|
||||
|
||||
{% load_yaml as defaults -%}
|
||||
|
@ -15,7 +15,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
{% endif -%}
|
||||
|
||||
include:
|
||||
- .clone
|
||||
- {{ slsdotpath }}.clone
|
||||
|
||||
{% load_yaml as defaults -%}
|
||||
name: tpl-{{ slsdotpath }}
|
||||
|
@ -7,7 +7,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
{%- from "qvm/template.jinja" import load -%}
|
||||
|
||||
include:
|
||||
- .clone
|
||||
- {{ slsdotpath }}.clone
|
||||
|
||||
{% load_yaml as defaults -%}
|
||||
name: tpl-{{ slsdotpath }}
|
||||
|
@ -11,7 +11,7 @@ SPDX-License-Identifier: GPL-2.0-only
|
||||
{%- from "qvm/template-gui.jinja" import gui_common -%}
|
||||
|
||||
include:
|
||||
- .clone
|
||||
- {{ slsdotpath }}.clone
|
||||
|
||||
"{{ slsdotpath }}-installed":
|
||||
pkg.installed:
|
||||
|
@ -10,7 +10,7 @@ SPDX-License-Identifier: GPL-2.0-only
|
||||
{%- from "qvm/template-gui.jinja" import gui_common -%}
|
||||
|
||||
include:
|
||||
- .clone
|
||||
- {{ slsdotpath }}.clone
|
||||
|
||||
{% if 'psu' in salt['pillar.get']('qvm:sys-gui-vnc:dummy-modules', []) or 'backlight' in salt['pillar.get']('qvm:sys-gui-vnc:dummy-modules', []) %}
|
||||
"{{ slsdotpath }}-installed":
|
||||
|
@ -5,7 +5,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
#}
|
||||
|
||||
include:
|
||||
- .cancel-common
|
||||
- {{ slsdotpath }}.cancel-common
|
||||
|
||||
"{{ slsdotpath }}-disable-autostart":
|
||||
qvm.prefs:
|
||||
|
@ -10,7 +10,7 @@ SPDX-License-Identifier: GPL-2.0-only
|
||||
{%- from "qvm/template-gui.jinja" import gui_common -%}
|
||||
|
||||
include:
|
||||
- .clone
|
||||
- {{ slsdotpath }}.clone
|
||||
|
||||
{% if 'psu' in salt['pillar.get']('qvm:sys-gui:dummy-modules', []) or 'backlight' in salt['pillar.get']('qvm:sys-gui:dummy-modules', []) %}
|
||||
"{{ slsdotpath }}-installed":
|
||||
|
@ -9,8 +9,8 @@ SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
{% set net_pcidevs = salt['grains.get']('pci_net_devs', []) -%}
|
||||
|
||||
include:
|
||||
- .clone
|
||||
- .show-updatevm-origin
|
||||
- {{ slsdotpath }}.clone
|
||||
- {{ slsdotpath }}.show-updatevm-origin
|
||||
|
||||
{% load_yaml as defaults -%}
|
||||
name: tpl-{{ slsdotpath }}
|
||||
|
@ -7,7 +7,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
{%- from "qvm/template.jinja" import load -%}
|
||||
|
||||
include:
|
||||
- .clone
|
||||
- {{ slsdotpath }}.clone
|
||||
- fedora-minimal.prefs
|
||||
|
||||
{% load_yaml as defaults -%}
|
||||
|
@ -7,6 +7,6 @@ SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
{% if grains['nodename'] != 'dom0' -%}
|
||||
|
||||
include:
|
||||
- .install
|
||||
- {{ slsdotpath }}.install
|
||||
|
||||
{% endif -%}
|
||||
|
@ -5,7 +5,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
#}
|
||||
|
||||
include:
|
||||
- .create
|
||||
- {{ slsdotpath }}.create
|
||||
|
||||
"{{ slsdotpath }}-set-management_dispvm-to-default":
|
||||
qvm.vm:
|
||||
|
@ -8,7 +8,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
{%- from "qvm/template.jinja" import load -%}
|
||||
|
||||
include:
|
||||
- .clone
|
||||
- {{ slsdotpath }}.clone
|
||||
|
||||
{% load_yaml as defaults -%}
|
||||
name: tpl-{{ slsdotpath }}
|
||||
|
@ -8,7 +8,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
{%- from "qvm/template.jinja" import load -%}
|
||||
|
||||
include:
|
||||
- .clone
|
||||
- {{ slsdotpath }}.clone
|
||||
|
||||
{% load_yaml as defaults -%}
|
||||
name: tpl-{{ slsdotpath }}
|
||||
|
@ -7,7 +7,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
{%- from "qvm/template.jinja" import load -%}
|
||||
|
||||
include:
|
||||
- .clone
|
||||
- {{ slsdotpath }}.clone
|
||||
|
||||
{% load_yaml as defaults -%}
|
||||
name: tpl-{{ slsdotpath }}
|
||||
|
@ -8,7 +8,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
{%- from "qvm/template.jinja" import load -%}
|
||||
|
||||
include:
|
||||
- .clone
|
||||
- {{ slsdotpath }}.clone
|
||||
|
||||
{% load_yaml as defaults -%}
|
||||
name: tpl-{{ slsdotpath }}
|
||||
|
@ -8,7 +8,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
{%- from "qvm/template.jinja" import load -%}
|
||||
|
||||
include:
|
||||
- .clone
|
||||
- {{ slsdotpath }}.clone
|
||||
- browser.create
|
||||
- dom0.port-forward
|
||||
|
||||
|
@ -8,7 +8,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
|
||||
{% if grains['os_family']|lower == 'debian' -%}
|
||||
include:
|
||||
- .install-repo
|
||||
- {{ slsdotpath }}.install-repo
|
||||
- utils.tools.common.update
|
||||
{% endif -%}
|
||||
|
||||
|
@ -9,7 +9,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
|
||||
include:
|
||||
{% if grains['os_family']|lower == 'debian' -%}
|
||||
- .install-repo
|
||||
- {{ slsdotpath }}.install-repo
|
||||
- utils.tools.common.update
|
||||
{% endif -%}
|
||||
- utils.tools.xfce
|
||||
|
@ -7,7 +7,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
{%- from "qvm/template.jinja" import load -%}
|
||||
|
||||
include:
|
||||
- .clone
|
||||
- {{ slsdotpath }}.clone
|
||||
|
||||
{% load_yaml as defaults -%}
|
||||
name: tpl-{{ slsdotpath }}
|
||||
|
@ -7,7 +7,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
{% if grains['nodename'] != 'dom0' -%}
|
||||
|
||||
include:
|
||||
- .install-repo
|
||||
- {{ slsdotpath }}.install-repo
|
||||
- utils.tools.common.update
|
||||
|
||||
"{{ slsdotpath }}-systemd":
|
||||
|
@ -8,7 +8,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
{%- from "qvm/template.jinja" import load -%}
|
||||
|
||||
include:
|
||||
- .clone
|
||||
- {{ slsdotpath }}.clone
|
||||
- utils.tools.common.update
|
||||
- qvm.hide-usb-from-dom0
|
||||
|
||||
|
@ -8,7 +8,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
|
||||
include:
|
||||
- utils.tools.common.update
|
||||
- .install-client-proxy
|
||||
- {{ slsdotpath }}.install-client-proxy
|
||||
|
||||
"{{ slsdotpath }}-installed-cryptsetup":
|
||||
pkg.installed:
|
||||
|
@ -8,7 +8,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
|
||||
include:
|
||||
- utils.tools.common.update
|
||||
- .install-client-proxy
|
||||
- {{ slsdotpath }}.install-client-proxy
|
||||
|
||||
"{{ slsdotpath }}-installed-fido":
|
||||
pkg.installed:
|
||||
|
@ -7,7 +7,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
{% if grains['nodename'] != 'dom0' -%}
|
||||
|
||||
include:
|
||||
- .install-client-cryptsetup
|
||||
- .install-client-fido
|
||||
- {{ slsdotpath }}.install-client-cryptsetup
|
||||
- {{ slsdotpath }}.install-client-fido
|
||||
|
||||
{% endif -%}
|
||||
|
@ -7,7 +7,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
{%- from "qvm/template.jinja" import load -%}
|
||||
|
||||
include:
|
||||
- .clone
|
||||
- {{ slsdotpath }}.clone
|
||||
|
||||
{% load_yaml as defaults -%}
|
||||
name: tpl-{{ slsdotpath }}
|
||||
|
@ -7,7 +7,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
{%- from "qvm/template.jinja" import load -%}
|
||||
|
||||
include:
|
||||
- .clone
|
||||
- {{ slsdotpath }}.clone
|
||||
|
||||
{% load_yaml as defaults -%}
|
||||
name: tpl-{{ slsdotpath }}
|
||||
|
@ -7,7 +7,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
{% if grains['nodename'] != 'dom0' -%}
|
||||
|
||||
include:
|
||||
- .install-repo
|
||||
- {{ slsdotpath }}.install-repo
|
||||
- utils.tools.common.update
|
||||
- sys-ssh-agent.install-client
|
||||
|
||||
|
@ -7,7 +7,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
{%- from "qvm/template.jinja" import load -%}
|
||||
|
||||
include:
|
||||
- .clone
|
||||
- {{ slsdotpath }}.clone
|
||||
|
||||
{% load_yaml as defaults -%}
|
||||
name: tpl-{{ slsdotpath }}
|
||||
|
@ -7,7 +7,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
{%- from "qvm/template.jinja" import load -%}
|
||||
|
||||
include:
|
||||
- .clone
|
||||
- {{ slsdotpath }}.clone
|
||||
|
||||
{% load_yaml as defaults -%}
|
||||
name: tpl-{{ slsdotpath }}
|
||||
|
@ -8,7 +8,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
|
||||
include:
|
||||
- utils.tools.common.update
|
||||
- .install-receiver
|
||||
- {{ slsdotpath }}.install-receiver
|
||||
|
||||
"{{ slsdotpath }}-receiver-debug-installed":
|
||||
pkg.installed:
|
||||
|
@ -9,7 +9,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
{%- import slsdotpath ~ "/template.jinja" as template -%}
|
||||
|
||||
include:
|
||||
- .clone
|
||||
- {{ slsdotpath }}.clone
|
||||
|
||||
{% load_yaml as defaults -%}
|
||||
name: {{ template.template }}
|
||||
|
@ -9,7 +9,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
{%- import slsdotpath ~ "/template.jinja" as template -%}
|
||||
|
||||
include:
|
||||
- .clone
|
||||
- {{ slsdotpath }}.clone
|
||||
- whonix-gateway.create
|
||||
|
||||
{% load_yaml as defaults -%}
|
||||
|
Loading…
x
Reference in New Issue
Block a user