Recommit for updates in build 72
This commit is contained in:
@@ -115,7 +115,21 @@
|
|||||||
17
|
17
|
||||||
18
|
18
|
||||||
19
|
19
|
||||||
20</pre>
|
20
|
||||||
|
21
|
||||||
|
22
|
||||||
|
23
|
||||||
|
24
|
||||||
|
25
|
||||||
|
26
|
||||||
|
27
|
||||||
|
28
|
||||||
|
29
|
||||||
|
30
|
||||||
|
31
|
||||||
|
32
|
||||||
|
33
|
||||||
|
34</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>
|
||||||
@@ -133,6 +147,20 @@ class confdroid_nagios::server::files (
|
|||||||
content => template($ng_nagios_cfg_erb),
|
content => template($ng_nagios_cfg_erb),
|
||||||
notify => Service[$ng_nagios_service],
|
notify => Service[$ng_nagios_service],
|
||||||
}
|
}
|
||||||
|
# custom cfg files
|
||||||
|
## temp place holder, this will be done via defines
|
||||||
|
## and PuppetDB exports and imports in the future
|
||||||
|
file { $ng_target_command:
|
||||||
|
ensure => file,
|
||||||
|
owner => 'nagios',
|
||||||
|
group => 'nagios',
|
||||||
|
mode => '0644',
|
||||||
|
selrange => s0,
|
||||||
|
selrole => object_r,
|
||||||
|
seltype => nagios_etc_t,
|
||||||
|
seluser => system_u,
|
||||||
|
notify => Service[$ng_nagios_service],
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}</pre>
|
}</pre>
|
||||||
</td>
|
</td>
|
||||||
|
|||||||
Reference in New Issue
Block a user