OP#414 add all dirs

This commit is contained in:
12ww1160
2026-02-04 11:39:00 +01:00
parent 20d10a4006
commit 9c8d601465
3 changed files with 29 additions and 10 deletions

View File

@@ -9,7 +9,7 @@ class confdroid_gitea::main::files (
if $ga_host_fqdn == $fqdn {
require confdroid_gitea::main::dirs
file { "${ga_working_dir}/gitea":
file { "${ga_opt_dir}/gitea":
ensure => 'file',
mode => '0755',
owner => $ga_user,