diff options
author | Casper <me@skylarcloud.xyz> | 2024-12-18 15:21:28 -0700 |
---|---|---|
committer | Casper <me@skylarcloud.xyz> | 2024-12-18 15:21:28 -0700 |
commit | 1cb78494f3022fe9d808d070507bddf552c64753 (patch) | |
tree | 5c827daee442e211941bed7cc89decc95f8efbd7 /email/qvm-tmpl.sls |
Initial commit, new repo
Diffstat (limited to 'email/qvm-tmpl.sls')
-rw-r--r-- | email/qvm-tmpl.sls | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/email/qvm-tmpl.sls b/email/qvm-tmpl.sls new file mode 100644 index 0000000..2d24c08 --- /dev/null +++ b/email/qvm-tmpl.sls @@ -0,0 +1,5 @@ +email--create-template: + qvm.clone: + - name: tmpl-email + - source: debian-12-minimal + |