Recommit for updates in build 11

This commit is contained in:
Jenkins Server
2026-02-12 17:05:08 +01:00
parent 22ee423db0
commit 7a0e7ee00d
2 changed files with 5 additions and 5 deletions

View File

@@ -152,11 +152,11 @@ class confdroid_nagios::main::user (
allowdupe => false,
comment => $ng_u_comment,
uid => $ng_u_uid,
gid => $ng_user,
gid => $ng_u_uid,
groups => $ng_u_groups,
managehome => true,
home => $ng_user_home,
shell => $ng_user_shell,
home => $ng_u_home,
shell => $ng_u_shell,
require => Group[$ng_user],
}
}

View File

@@ -257,7 +257,7 @@ inherited by all classes except defines.
<li>
<span class='name'>ng_user_home</span>
<span class='name'>ng_u_home</span>
<span class='type'>(<tt>String</tt>)</span>
@@ -360,7 +360,7 @@ class confdroid_nagios::params (
String $ng_u_comment = &#39;Nagios User&#39;,
String $ng_u_groups = &#39;nagios&#39;,
String $ng_u_shell = &#39;/sbin/nologin&#39;,
String $ng_user_home = &#39;/home/nagios&#39;,
String $ng_u_home = &#39;/home/nagios&#39;,
Integer $ng_u_uid = 1004,
) {