From 46f141ff6dd96d289025e19926f766c7a739da5c Mon Sep 17 00:00:00 2001
From: Jenkins ConfDroid
Date: Sun, 7 Jun 2020 16:11:55 +0200
Subject: [PATCH] recommit for updates in build 13
---
CHANGELOG.md | 10 ++++++
.../cd_fail2ban_3A_3Amain_3A_3Ainstall.html | 32 ++-----------------
2 files changed, 13 insertions(+), 29 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 203d725..541c3d5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,6 +8,16 @@ Changelog of Git Changelog.
No issue
+0c4dee4ac1948d6 Jenkins ConfDroid 2020-06-07 12:56:11
+
+
recommit for updates in build 12
+
+
+a8271bbde79fa2f Arne Teuke 2020-06-07 12:55:27
+
+
updates url
+
+
28302ede943752b Jenkins ConfDroid 2020-06-07 12:48:54
recommit for updates in build 11
diff --git a/doc/puppet_classes/cd_fail2ban_3A_3Amain_3A_3Ainstall.html b/doc/puppet_classes/cd_fail2ban_3A_3Amain_3A_3Ainstall.html
index 0a7f1a0..c6fbfbd 100644
--- a/doc/puppet_classes/cd_fail2ban_3A_3Amain_3A_3Ainstall.html
+++ b/doc/puppet_classes/cd_fail2ban_3A_3Amain_3A_3Ainstall.html
@@ -126,20 +126,7 @@ href="http://www.gnu.org/licenses">www.gnu.org/licenses/.
30
31
32
-33
-34
-35
-36
-37
-38
-39
-40
-41
-42
-43
-44
-45
-46
+33
# File 'manifests/main/install.pp', line 24
@@ -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,
}
}
|