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