Create gittea

This commit is contained in:
jaybent 2019-11-27 15:26:32 +01:00 committed by GitHub
parent d1f1c9294f
commit 8ea7e831cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 0 deletions

13
deployments/gittea Normal file
View File

@ -0,0 +1,13 @@
{
"args" : {
"password" : "<STDIN>",
"_editor" : "nano",
"_utils" : "openssh git curl dhclient",
"post" : "don't reboot"
},
"post" : {
"Install workstation packages": {
"pacman -Syy --noconfirm {{_utils} {_editor}" : {"pass-args" : true}
}
}
}