OP#414 add smylink

This commit is contained in:
Arne Teuke
2026-02-04 15:55:27 +01:00
parent 204ab969df
commit 68c4f48a59
2 changed files with 8 additions and 1 deletions

View File

@@ -17,6 +17,11 @@ class confdroid_gitea::main::files (
source => "${ga_dl_url}/${ga_dl_version}/gitea-${ga_dl_version}-linux-amd64",
}
file { '/usr/local/bin/gitea':
ensure => 'link',
target => "${ga_opt_dir}/gitea",
}
file { $ga_config_file:
ensure => 'file',
owner => $ga_user,