Skip to content

Commit 7c6f9ed

Browse files
committed
Update supported versions
CentOS 6 and Debian 7 are EOL. Add new versions of stuff to tests too.
1 parent f9731e8 commit 7c6f9ed

File tree

2 files changed

+13
-15
lines changed

2 files changed

+13
-15
lines changed

README.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -349,13 +349,15 @@ rules in a particular order. Defaults to '99'
349349

350350
This module has been tested on:
351351

352-
* Debian 7
353352
* Debian 8
354-
* CentOS 6
353+
* Debian 9
354+
* Debian 10
355355
* CentOS 7
356356
* CentOS 8
357357
* Ubuntu 14.04
358358
* Ubuntu 16.04
359+
* Ubuntu 18.04
360+
* Ubuntu 20.04
359361

360362
## Development
361363

@@ -365,13 +367,6 @@ of saying thanks.
365367
This module is tested against the Ruby versions from Puppet's support
366368
matrix. Please make sure you have a supported version of Ruby installed.
367369

368-
Should you wish to clone this repository you have to make sure that you
369-
clone it recursively. This Puppet module uses git submodules.
370-
371-
```
372-
git clone --recursive git@github.com:sensson/puppet-csf.git
373-
```
374-
375370
If you want to contribute please:
376371

377372
1. Fork the repository.
@@ -405,13 +400,16 @@ You can run Beaker tests with:
405400

406401
```
407402
bundle exec rake spec_prep
408-
BEAKER_destroy=onpass bundle exec rake beaker:debian7
409403
BEAKER_destroy=onpass bundle exec rake beaker:debian8
404+
BEAKER_destroy=onpass bundle exec rake beaker:debian9
405+
BEAKER_destroy=onpass bundle exec rake beaker:debian10
410406
BEAKER_destroy=onpass bundle exec rake beaker:centos6
411407
BEAKER_destroy=onpass BEAKER_PUPPET_COLLECTION=puppet5 bundle exec rake beaker:centos7
412408
BEAKER_destroy=onpass BEAKER_PUPPET_COLLECTION=puppet5 bundle exec rake beaker:centos8
413409
BEAKER_destroy=onpass bundle exec rake beaker:ubuntu1404
414410
BEAKER_destroy=onpass bundle exec rake beaker:ubuntu1604
411+
BEAKER_destroy=onpass bundle exec rake beaker:ubuntu1804
412+
BEAKER_destroy=onpass bundle exec rake beaker:ubuntu2004
415413
```
416414

417415
We recommend specifying BEAKER_destroy=onpass as it will keep the

metadata.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
"issues_url": "https://github.com/sensson/puppet-csf/issues",
1010
"tags": [ "csf", "firewall", "lfd", "configserver" ],
1111
"operatingsystem_support": [
12-
{ "operatingsystem": "CentOS", "operatingsystemrelease": [ "6", "7", "8" ] },
13-
{ "operatingsystem": "Ubuntu", "operatingsystemrelease": [ "14.04", "16.04" ] },
14-
{ "operatingsystem": "Debian", "operatingsystemrelease": [ "7", "8" ] }
12+
{ "operatingsystem": "CentOS", "operatingsystemrelease": [ "7", "8" ] },
13+
{ "operatingsystem": "Ubuntu", "operatingsystemrelease": [ "14.04", "16.04", "18.04", "20.04" ] },
14+
{ "operatingsystem": "Debian", "operatingsystemrelease": [ "8", "9", "10" ] }
1515
],
1616
"dependencies": [
17-
{ "name": "puppetlabs/stdlib", "version_requirement": ">=4.3.2 < 6.0.0" },
18-
{ "name": "puppetlabs/concat", "version_requirement": ">=1.1.1 < 6.0.0" }
17+
{ "name": "puppetlabs/stdlib", "version_requirement": ">=4.3.2 < 7.0.0" },
18+
{ "name": "puppetlabs/concat", "version_requirement": ">=1.1.1 < 7.0.0" }
1919
]
2020
}

0 commit comments

Comments
 (0)