Skip to content

Commit 3bcfc69

Browse files
author
Christoph Maser
committed
breaking: remove support for debian 8
As mentioned in https://github.com/voxpupuli/puppet-rabbitmq/tree/v10.2.0 debian 8
1 parent c8aea9a commit 3bcfc69

File tree

5 files changed

+0
-22
lines changed

5 files changed

+0
-22
lines changed

.sync.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
.travis.yml:
33
secure: "Ojc0h2mbt9Y+eCyiKD+x1iYNONOP27Me63hjo9jo2v1bSs3aiM7djlcpz/sG+jRJ7JQoUyaGzHSn+gvxwWqdagFfFgDmipMKD0OXQinq7upRaG2hR+akKo0jllq9zLjJGBDoxurioKfOzPGlt2bX3UYY5KyeJ3AIM4dwCGVtSh4="
44
docker_sets:
5-
- set: debian8-64
65
- set: debian9-64
76
- set: ubuntu1604-64
87
- set: ubuntu1804-64

.travis.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,6 @@ jobs:
2424
- rvm: 2.4.4
2525
bundler_args: --without system_tests development release
2626
env: PUPPET_VERSION="~> 5.0" CHECK=build DEPLOY_TO_FORGE=yes
27-
- rvm: 2.5.3
28-
bundler_args: --without development release
29-
env: BEAKER_PUPPET_COLLECTION=puppet5 BEAKER_setfile=debian8-64 CHECK=beaker
30-
services: docker
31-
- rvm: 2.5.3
32-
bundler_args: --without development release
33-
env: BEAKER_PUPPET_COLLECTION=puppet6 BEAKER_setfile=debian8-64 CHECK=beaker
34-
services: docker
3527
- rvm: 2.5.3
3628
bundler_args: --without development release
3729
env: BEAKER_PUPPET_COLLECTION=puppet5 BEAKER_setfile=debian9-64 CHECK=beaker

metadata.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
{
2626
"operatingsystem": "Debian",
2727
"operatingsystemrelease": [
28-
"8",
2928
"9"
3029
]
3130
},

spec/acceptance/nodesets/debian-8-x64.yml

Lines changed: 0 additions & 10 deletions
This file was deleted.

spec/spec_helper_local.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ def os_specific_facts(facts)
77
{ service_provider: 'systemd', systemd: true }
88
when 'Debian'
99
case facts[:os]['release']['major']
10-
when '7'
11-
{ service_provider: 'sysv', systemd: false }
1210
when '14.04'
1311
{ service_provider: 'upstart', systemd: false }
1412
else

0 commit comments

Comments
 (0)