Recommit for updates in build 48
This commit is contained in:
@@ -125,10 +125,7 @@
|
||||
27
|
||||
28
|
||||
29
|
||||
30
|
||||
31
|
||||
32
|
||||
33</pre>
|
||||
30</pre>
|
||||
</td>
|
||||
<td>
|
||||
<pre class="code"><span class="info file"># File 'manifests/main/user.pp', line 6</span>
|
||||
@@ -142,7 +139,6 @@ class confdroid_nagios::main::user (
|
||||
group { $ng_user:
|
||||
ensure => present,
|
||||
name => $ng_user,
|
||||
gid => $ng_u_uid,
|
||||
allowdupe => false,
|
||||
}
|
||||
|
||||
@@ -151,8 +147,6 @@ class confdroid_nagios::main::user (
|
||||
name => $ng_user,
|
||||
allowdupe => false,
|
||||
comment => $ng_u_comment,
|
||||
uid => $ng_u_uid,
|
||||
gid => $ng_u_uid,
|
||||
groups => $ng_u_groups,
|
||||
managehome => true,
|
||||
home => $ng_u_home,
|
||||
|
||||
@@ -275,24 +275,6 @@ inherited by all classes except defines.
|
||||
|
||||
</li>
|
||||
|
||||
<li>
|
||||
|
||||
<span class='name'>ng_u_uid</span>
|
||||
|
||||
|
||||
<span class='type'>(<tt>Integer</tt>)</span>
|
||||
|
||||
|
||||
<em class="default">(defaults to: <tt>1004</tt>)</em>
|
||||
|
||||
|
||||
—
|
||||
<div class='inline'>
|
||||
<p>The user ID for the Nagios user. Default is 1004.</p>
|
||||
</div>
|
||||
|
||||
</li>
|
||||
|
||||
<li>
|
||||
|
||||
<span class='name'>ng_include_nrpe</span>
|
||||
@@ -340,6 +322,8 @@ inherited by all classes except defines.
|
||||
<pre class="lines">
|
||||
|
||||
|
||||
32
|
||||
33
|
||||
34
|
||||
35
|
||||
36
|
||||
@@ -450,13 +434,10 @@ inherited by all classes except defines.
|
||||
141
|
||||
142
|
||||
143
|
||||
144
|
||||
145
|
||||
146
|
||||
147</pre>
|
||||
144</pre>
|
||||
</td>
|
||||
<td>
|
||||
<pre class="code"><span class="info file"># File 'manifests/params.pp', line 34</span>
|
||||
<pre class="code"><span class="info file"># File 'manifests/params.pp', line 32</span>
|
||||
|
||||
class confdroid_nagios::params (
|
||||
|
||||
@@ -473,7 +454,6 @@ class confdroid_nagios::params (
|
||||
String $ng_u_groups = 'nagios',
|
||||
String $ng_u_shell = '/sbin/nologin',
|
||||
String $ng_u_home = '/home/nagios',
|
||||
Integer $ng_u_uid = 1004,
|
||||
|
||||
# httpd
|
||||
Boolean $ng_use_https = false,
|
||||
|
||||
Reference in New Issue
Block a user