mirror of
https://github.com/unman/shaker.git
synced 2024-10-01 01:25:41 -04:00
2e09546473
Prepare intraqube service
15 lines
382 B
Plaintext
15 lines
382 B
Plaintext
syncthing_precursor:
|
|
qvm.template_installed:
|
|
- name: debian-11-minimal
|
|
|
|
syncthing_clone:
|
|
qvm.clone:
|
|
- name: template-syncthing
|
|
- source: debian-11-minimal
|
|
|
|
echo -e 'syncthing-start.desktop\nsyncthing-ui.desktop\nxterm.desktop' | qvm-appmenus --set-whitelist=- --update template-syncthing:
|
|
cmd.run:
|
|
- runas: user
|
|
- requires:
|
|
- qvm: template-syncthing
|