mirror of
https://github.com/ben-grande/qusal.git
synced 2024-10-01 02:35:49 -04:00
fix: add missing appmenus sync
This commit is contained in:
parent
a3ebfed693
commit
ff34a8a1c3
@ -19,6 +19,7 @@ Create a mail client qube named "mutt" based on the program Mutt.
|
||||
qubesctl top.enable mutt
|
||||
qubesctl --targets=tpl-mutt,mutt state.apply
|
||||
qubesctl top.disable mutt
|
||||
qubesctl state.apply mutt.appmenus
|
||||
```
|
||||
|
||||
- State
|
||||
@ -27,6 +28,7 @@ qubesctl top.disable mutt
|
||||
qubesctl state.apply mutt.create
|
||||
qubesctl --skip-dom0 --targets=tpl-mutt state.apply mutt.install
|
||||
qubesctl --skip-dom0 --targets=mutt state.apply mutt.configure
|
||||
qubesctl state.apply mutt.appmenus
|
||||
```
|
||||
<!-- pkg:end:post-install -->
|
||||
|
||||
|
8
salt/mutt/appmenus.sls
Normal file
8
salt/mutt/appmenus.sls
Normal file
@ -0,0 +1,8 @@
|
||||
{#
|
||||
SPDX-FileCopyrightText: 2023 Benjamin Grande M. S. <ben.grande.b@gmail.com>
|
||||
|
||||
SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
#}
|
||||
|
||||
{% from 'utils/macros/sync-appmenus.sls' import sync_appmenus -%}
|
||||
{{ sync_appmenus('tpl-' ~ sls_path) }}
|
10
salt/mutt/appmenus.top
Normal file
10
salt/mutt/appmenus.top
Normal file
@ -0,0 +1,10 @@
|
||||
{#
|
||||
SPDX-FileCopyrightText: 2023 Benjamin Grande M. S. <ben.grande.b@gmail.com>
|
||||
|
||||
SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
#}
|
||||
|
||||
base:
|
||||
'dom0':
|
||||
- match: nodegroup
|
||||
- mutt.appmenus
|
@ -19,6 +19,7 @@ Install Signal Desktop and creates an app qube named "signal".
|
||||
qubesctl top.enable signal
|
||||
qubesctl --targets=tpl-signal,signal state.appply
|
||||
qubesctl top.disable signal
|
||||
qubesctl state.apply signal.appmenus
|
||||
```
|
||||
|
||||
- State:
|
||||
@ -27,6 +28,7 @@ qubesctl top.disable signal
|
||||
qubesctl state.apply signal.create
|
||||
qubesctl --skip-dom0 --targets=tpl-signal state.apply signal.install
|
||||
qubesctl --skip-dom0 --targets=signal state.apply signal.configure
|
||||
qubesctl state.apply signal.appmenus
|
||||
```
|
||||
<!-- pkg:end:post-install -->
|
||||
|
||||
|
8
salt/signal/appmenus.sls
Normal file
8
salt/signal/appmenus.sls
Normal file
@ -0,0 +1,8 @@
|
||||
{#
|
||||
SPDX-FileCopyrightText: 2023 Benjamin Grande M. S. <ben.grande.b@gmail.com>
|
||||
|
||||
SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
#}
|
||||
|
||||
{% from 'utils/macros/sync-appmenus.sls' import sync_appmenus -%}
|
||||
{{ sync_appmenus('tpl-' ~ sls_path) }}
|
10
salt/signal/appmenus.top
Normal file
10
salt/signal/appmenus.top
Normal file
@ -0,0 +1,10 @@
|
||||
{#
|
||||
SPDX-FileCopyrightText: 2023 Benjamin Grande M. S. <ben.grande.b@gmail.com>
|
||||
|
||||
SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
#}
|
||||
|
||||
base:
|
||||
'dom0':
|
||||
- match: nodegroup
|
||||
- signal.appmenus
|
@ -21,6 +21,7 @@ keys.
|
||||
qubesctl top.enable vault
|
||||
qubesctl --targets=tpl-vault state.apply
|
||||
qubesctl top.disable vault
|
||||
qubesctl state.apply vault.appmenus
|
||||
```
|
||||
|
||||
- State:
|
||||
@ -28,6 +29,7 @@ qubesctl top.disable vault
|
||||
```sh
|
||||
qubesctl state.apply vault.create
|
||||
qubesctl --skip-dom0 --targets=tpl-vault state.apply vault.install
|
||||
qubesctl state.apply vault.appmenus
|
||||
```
|
||||
<!-- pkg:end:post-install -->
|
||||
|
||||
|
8
salt/vault/appmenus.sls
Normal file
8
salt/vault/appmenus.sls
Normal file
@ -0,0 +1,8 @@
|
||||
{#
|
||||
SPDX-FileCopyrightText: 2023 Benjamin Grande M. S. <ben.grande.b@gmail.com>
|
||||
|
||||
SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
#}
|
||||
|
||||
{% from 'utils/macros/sync-appmenus.sls' import sync_appmenus -%}
|
||||
{{ sync_appmenus('tpl-' ~ sls_path) }}
|
10
salt/vault/appmenus.top
Normal file
10
salt/vault/appmenus.top
Normal file
@ -0,0 +1,10 @@
|
||||
{#
|
||||
SPDX-FileCopyrightText: 2023 Benjamin Grande M. S. <ben.grande.b@gmail.com>
|
||||
|
||||
SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
#}
|
||||
|
||||
base:
|
||||
'dom0':
|
||||
- match: nodegroup
|
||||
- vault.appmenus
|
Loading…
Reference in New Issue
Block a user