mirror of
https://github.com/unman/shaker.git
synced 2024-10-01 01:25:41 -04:00
Mutt - update the menus
This commit is contained in:
parent
cd7ff0f4f6
commit
fe0454d3e6
@ -1,3 +1,6 @@
|
||||
# vim: set syntax=yaml ts=2 sw=2 sts=2 et :
|
||||
#
|
||||
|
||||
mutt_precursor:
|
||||
qvm.template_installed:
|
||||
- name: debian-11-minimal
|
||||
@ -6,3 +9,14 @@ qvm-clone-id:
|
||||
qvm.clone:
|
||||
- name: template-mutt
|
||||
- source: debian-11-minimal
|
||||
|
||||
mutt_menu:
|
||||
qvm.features:
|
||||
- name: template-mutt
|
||||
- set:
|
||||
- menu-items: "mutt.desktop mutt_setup.desktop debian-xterm.desktop"
|
||||
- default-menu-items: "mutt.desktop mutt_setup.desktop debian-xterm.desktop"
|
||||
|
||||
start-template-mutt:
|
||||
qvm.start:
|
||||
- name: template-mutt
|
||||
|
6
mutt/menu.sls
Normal file
6
mutt/menu.sls
Normal file
@ -0,0 +1,6 @@
|
||||
# vim: set syntax=yaml ts=2 sw=2 et :
|
||||
#
|
||||
|
||||
'qvm-sync-appmenus template-mutt':
|
||||
cmd.run:
|
||||
- runas: user
|
6
mutt/start.sls
Normal file
6
mutt/start.sls
Normal file
@ -0,0 +1,6 @@
|
||||
# vim: set syntax=yaml ts=2 sw=2 sts=2 et :
|
||||
#
|
||||
|
||||
start-template-mutt:
|
||||
qvm.start:
|
||||
- name: template-mutt
|
4
mutt/start.top
Normal file
4
mutt/start.top
Normal file
@ -0,0 +1,4 @@
|
||||
base:
|
||||
dom0:
|
||||
- match: nodegroup
|
||||
- mutt.start
|
7
mutt/stop.sls
Normal file
7
mutt/stop.sls
Normal file
@ -0,0 +1,7 @@
|
||||
# vim: set syntax=yaml ts=2 sw=2 sts=2 et :
|
||||
#
|
||||
|
||||
stop-template-mutt:
|
||||
qvm.shutdown:
|
||||
- name: template-mutt
|
||||
|
4
mutt/stop.top
Normal file
4
mutt/stop.top
Normal file
@ -0,0 +1,4 @@
|
||||
base:
|
||||
dom0:
|
||||
- match: nodegroup
|
||||
- mutt.configure
|
Loading…
Reference in New Issue
Block a user