OP#414 add user control
This commit is contained in:
@@ -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,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user