aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--metadata.json3
-rw-r--r--spec/acceptance/ferm_spec.rb9
2 files changed, 0 insertions, 12 deletions
diff --git a/metadata.json b/metadata.json
index 057c811..466bb9e 100644
--- a/metadata.json
+++ b/metadata.json
@@ -29,14 +29,12 @@
{
"operatingsystem": "CentOS",
"operatingsystemrelease": [
- "6",
"7"
]
},
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [
- "6",
"7"
]
},
@@ -61,7 +59,6 @@
{
"operatingsystem": "VirtuozzoLinux",
"operatingsystemrelease": [
- "6",
"7"
]
}
diff --git a/spec/acceptance/ferm_spec.rb b/spec/acceptance/ferm_spec.rb
index eee01fa..326ed9f 100644
--- a/spec/acceptance/ferm_spec.rb
+++ b/spec/acceptance/ferm_spec.rb
@@ -5,13 +5,6 @@ os_release = fact('os.release.major')
sut_os = "#{os_name}-#{os_release}"
-manage_initfile = case sut_os
- when 'CentOS-6'
- true
- else
- false
- end
-
iptables_output = case sut_os
when 'Debian-10'
[
@@ -43,7 +36,6 @@ basic_manifest = %(
class { 'ferm':
manage_service => true,
manage_configfile => true,
- manage_initfile => #{manage_initfile}, # CentOS-6 does not provide init script
forward_policy => 'DROP',
output_policy => 'ACCEPT',
input_policy => 'DROP',
@@ -166,7 +158,6 @@ describe 'ferm' do
class { 'ferm':
manage_service => true,
manage_configfile => true,
- manage_initfile => #{manage_initfile}, # CentOS-6 does not provide init script
forward_policy => 'DROP',
output_policy => 'ACCEPT',
input_policy => 'DROP',