recommit for updates in build 13
This commit is contained in:
@@ -126,20 +126,7 @@ href="http://www.gnu.org/licenses">www.gnu.org/licenses</a>/.</p>
|
||||
30
|
||||
31
|
||||
32
|
||||
33
|
||||
34
|
||||
35
|
||||
36
|
||||
37
|
||||
38
|
||||
39
|
||||
40
|
||||
41
|
||||
42
|
||||
43
|
||||
44
|
||||
45
|
||||
46</pre>
|
||||
33</pre>
|
||||
</td>
|
||||
<td>
|
||||
<pre class="code"><span class="info file"># File 'manifests/main/install.pp', line 24</span>
|
||||
@@ -150,21 +137,8 @@ class cd_fail2ban::main::install (
|
||||
|
||||
require cd_resources
|
||||
|
||||
if $::operatingsystemmajrelease != '8' {
|
||||
package {$reqpackages:
|
||||
ensure => $pkg_ensure,
|
||||
}
|
||||
}
|
||||
|
||||
if $::operatingsystemmajrelease == '8' {
|
||||
package {$fn_extra_repo_url:
|
||||
ensure => present,
|
||||
}
|
||||
|
||||
package {$reqpackages:
|
||||
ensure => $pkg_ensure,
|
||||
require => Package[$fn_extra_repo_url],
|
||||
}
|
||||
package {$reqpackages:
|
||||
ensure => $pkg_ensure,
|
||||
}
|
||||
}</pre>
|
||||
</td>
|
||||
|
||||
Reference in New Issue
Block a user