Recommit for updates in build 11
This commit is contained in:
@@ -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],
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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 = 'Nagios User',
|
||||
String $ng_u_groups = 'nagios',
|
||||
String $ng_u_shell = '/sbin/nologin',
|
||||
String $ng_user_home = '/home/nagios',
|
||||
String $ng_u_home = '/home/nagios',
|
||||
Integer $ng_u_uid = 1004,
|
||||
|
||||
) {
|
||||
|
||||
Reference in New Issue
Block a user