recommit for updates in build 10
This commit is contained in:
10
CHANGELOG.md
10
CHANGELOG.md
@@ -8,6 +8,16 @@ Changelog of Git Changelog.
|
|||||||
<h2> No issue </h2>
|
<h2> No issue </h2>
|
||||||
|
|
||||||
|
|
||||||
|
<a href="https://gitlab.confdroid.com/12WW1160/git-changelog-lib/commit/1bd25a5521497ad">1bd25a5521497ad</a> Jenkins ConfDroid <i>2018-04-29 10:37:43</i>
|
||||||
|
<p>
|
||||||
|
<h3>recommit for updates in build 9</h3>
|
||||||
|
|
||||||
|
</p>
|
||||||
|
<a href="https://gitlab.confdroid.com/12WW1160/git-changelog-lib/commit/f1732d7e82c0fac">f1732d7e82c0fac</a> Arne Teuke <i>2018-04-29 10:37:36</i>
|
||||||
|
<p>
|
||||||
|
<h3>fixes syntax for linting</h3>
|
||||||
|
|
||||||
|
</p>
|
||||||
<a href="https://gitlab.confdroid.com/12WW1160/git-changelog-lib/commit/639d791e988b054">639d791e988b054</a> Jenkins ConfDroid <i>2018-04-29 10:27:22</i>
|
<a href="https://gitlab.confdroid.com/12WW1160/git-changelog-lib/commit/639d791e988b054">639d791e988b054</a> Jenkins ConfDroid <i>2018-04-29 10:27:22</i>
|
||||||
<p>
|
<p>
|
||||||
<h3>recommit for updates in build 8</h3>
|
<h3>recommit for updates in build 8</h3>
|
||||||
|
|||||||
@@ -226,25 +226,7 @@ href="http://www.gnu.org/licenses">www.gnu.org/licenses</a>/.</p>
|
|||||||
117
|
117
|
||||||
118
|
118
|
||||||
119
|
119
|
||||||
120
|
120</pre>
|
||||||
121
|
|
||||||
122
|
|
||||||
123
|
|
||||||
124
|
|
||||||
125
|
|
||||||
126
|
|
||||||
127
|
|
||||||
128
|
|
||||||
129
|
|
||||||
130
|
|
||||||
131
|
|
||||||
132
|
|
||||||
133
|
|
||||||
134
|
|
||||||
135
|
|
||||||
136
|
|
||||||
137
|
|
||||||
138</pre>
|
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<pre class="code"><span class="info file"># File 'manifests/server/files.pp', line 23</span>
|
<pre class="code"><span class="info file"># File 'manifests/server/files.pp', line 23</span>
|
||||||
@@ -296,24 +278,6 @@ class cd_nagios::server::files (
|
|||||||
notify => Service[$ng_service],
|
notify => Service[$ng_service],
|
||||||
}
|
}
|
||||||
|
|
||||||
# manage resources.cfg file
|
|
||||||
|
|
||||||
file { $ng_resource_file:
|
|
||||||
ensure => file,
|
|
||||||
path => $ng_resource_file,
|
|
||||||
owner => 'root',
|
|
||||||
group => 'root',
|
|
||||||
mode => '0644',
|
|
||||||
selrange => s0,
|
|
||||||
selrole => object_r,
|
|
||||||
seltype => nagios_etc_t,
|
|
||||||
seluser => system_u,
|
|
||||||
content => template($ng_cgi_cfg_erb),
|
|
||||||
notify => Service[$ng_service],
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## Apache files
|
## Apache files
|
||||||
# since we use vhost files, we do not want the regular file to appear
|
# since we use vhost files, we do not want the regular file to appear
|
||||||
# after upgrades to avoid conflicts
|
# after upgrades to avoid conflicts
|
||||||
|
|||||||
Reference in New Issue
Block a user