OP#414 add user control

This commit is contained in:
12ww1160
2026-02-04 10:55:41 +01:00
parent 9899e62739
commit f516107df6
8 changed files with 38 additions and 15 deletions

View File

@@ -6,5 +6,12 @@
class confdroid_gitea::main::user (
) inherits confdroid_gitea::params {
require confdroid_gitea::main::install
if $ga_host_fqdn == $fqdn {
user { $ga_user:
ensure => 'present',
managehome => true,
shell => '/bin/false',
system => true,
}
}
}