recommit for updates in build 9

This commit is contained in:
2018-04-29 12:37:43 +02:00
parent c9c21ea801
commit 1bd25a5521
2 changed files with 12 additions and 2 deletions

View File

@@ -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/639d791e988b054">639d791e988b054</a> Jenkins ConfDroid <i>2018-04-29 10:27:22</i>
<p>
<h3>recommit for updates in build 8</h3>
</p>
<a href="https://gitlab.confdroid.com/12WW1160/git-changelog-lib/commit/5fc89477d4c696a">5fc89477d4c696a</a> Arne Teuke <i>2018-04-29 10:27:18</i>
<p>
<h3>fixes syntax for linting</h3>
</p>
<a href="https://gitlab.confdroid.com/12WW1160/git-changelog-lib/commit/4dec14a6996ac2a">4dec14a6996ac2a</a> Jenkins ConfDroid <i>2018-04-29 10:24:46</i> <a href="https://gitlab.confdroid.com/12WW1160/git-changelog-lib/commit/4dec14a6996ac2a">4dec14a6996ac2a</a> Jenkins ConfDroid <i>2018-04-29 10:24:46</i>
<p> <p>
<h3>recommit for updates in build 7</h3> <h3>recommit for updates in build 7</h3>

View File

@@ -168,7 +168,7 @@ href="http://www.gnu.org/licenses">www.gnu.org/licenses</a>/.</p>
<span class='type'>(<tt>Any</tt>)</span> <span class='type'>(<tt>Any</tt>)</span>
<em class="default">(defaults to: <tt>&#39;/cd_nagios/nagios/resource_cfg_rule.erb&#39;</tt>)</em> <em class="default">(defaults to: <tt>&#39;cd_nagios/nagios/resource_cfg_rule.erb&#39;</tt>)</em>
</li> </li>
@@ -214,7 +214,7 @@ define cd_nagios::nagios::resources::resource_df (
$ng_user_arg_name = undef, $ng_user_arg_name = undef,
$ng_user_arg_value = undef, $ng_user_arg_value = undef,
$ng_user_arg_comment = undef, $ng_user_arg_comment = undef,
$ng_resource_rule_erb = &#39;/cd_nagios/nagios/resource_cfg_rule.erb&#39;, $ng_resource_rule_erb = &#39;cd_nagios/nagios/resource_cfg_rule.erb&#39;,
) { ) {