OP#421 restructure

This commit is contained in:
2026-02-13 14:57:03 +01:00
parent 178cd65db1
commit 8a73c927f9
5 changed files with 53 additions and 68 deletions

View File

@@ -6,15 +6,14 @@
class confdroid_nagios::main::user (
) inherits confdroid_nagios::params {
require confdroid_nagios::main::install
if $ng_nagios_server == $fqdn {
require confdroid_nagios::main::install
group { $ng_user:
ensure => present,
name => $ng_user,
gid => $ng_u_uid,
allowdupe => false,
}
ensure => present,
name => $ng_user,
gid => $ng_u_uid,
allowdupe => false,
}
user { $ng_user:
ensure => present,