OP#414 halfway through aoo config

This commit is contained in:
12ww1160
2026-02-04 12:12:33 +01:00
parent 9c8d601465
commit c354e462d1
4 changed files with 71 additions and 8 deletions

View File

@@ -22,6 +22,8 @@ class confdroid_gitea::main::dirs (
$ga_data_dir,
$ga_log_dir,
$ga_tmp_dir,
$ga_repo_dir,
$ga_uploads_dir,
]:
ensure => 'directory',
mode => '0750',
@@ -29,5 +31,12 @@ class confdroid_gitea::main::dirs (
group => $ga_user,
recurse => true,
}
}
file { $ga_conf_dir:
ensure => 'directory',
mode => '0770',
owner => 'root',
group => $ga_user,
recurse => true,
}
}
}