shaker/syncthing/clone.sls

15 lines
382 B
Plaintext
Raw Normal View History

2022-09-02 10:30:05 -04:00
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