Recommit for updates in build 231
This commit is contained in:
@@ -170,8 +170,7 @@
|
|||||||
72
|
72
|
||||||
73
|
73
|
||||||
74
|
74
|
||||||
75
|
75</pre>
|
||||||
76</pre>
|
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<pre class="code"><span class="info file"># File 'manifests/server/files.pp', line 6</span>
|
<pre class="code"><span class="info file"># File 'manifests/server/files.pp', line 6</span>
|
||||||
@@ -231,19 +230,18 @@ class confdroid_nagios::server::files (
|
|||||||
content => template('confdroid_nagios/loadbalancer/remoteip.conf.erb'),
|
content => template('confdroid_nagios/loadbalancer/remoteip.conf.erb'),
|
||||||
notify => Service['httpd'],
|
notify => Service['httpd'],
|
||||||
}
|
}
|
||||||
}
|
file { $ng_loadmodule_file:
|
||||||
|
ensure => file,
|
||||||
file { $ng_loadmodule_file:
|
owner => 'root',
|
||||||
ensure => file,
|
group => 'root',
|
||||||
owner => 'root',
|
mode => '0644',
|
||||||
group => 'root',
|
selrange => s0,
|
||||||
mode => '0644',
|
selrole => object_r,
|
||||||
selrange => s0,
|
seltype => httpd_conf_t,
|
||||||
selrole => object_r,
|
seluser => system_u,
|
||||||
seltype => httpd_conf_t,
|
content => template('confdroid_nagios/loadbalancer/loadmodule.conf.erb'),
|
||||||
seluser => system_u,
|
notify => Service['httpd'],
|
||||||
content => template('confdroid_nagios/loadbalancer/loadmodule.conf.erb'),
|
}
|
||||||
notify => Service['httpd'],
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}</pre>
|
}</pre>
|
||||||
|
|||||||
Reference in New Issue
Block a user