Skip to content

Commit d162ebe

Browse files
committed
update operatingsystem support list include Debian
1 parent f6d8406 commit d162ebe

File tree

2 files changed

+16
-10
lines changed

2 files changed

+16
-10
lines changed

README.md

+8-4
Original file line numberDiff line numberDiff line change
@@ -382,6 +382,14 @@ The modules that were identified were:
382382
Limitations
383383
-----------
384384

385+
### Tested Platforms
386+
387+
* el6.x
388+
* el7.x
389+
* Debian 7
390+
* Ubuntu 12.04
391+
* Ubuntu 14.04
392+
385393
### Puppet Version Compatibility
386394

387395
Versions | Puppet 2.7 | Puppet 3.x | Puppet 4.x
@@ -400,10 +408,6 @@ errors do not occur on the nodesets used for acceptance tests. The
400408
bypass this error but be sure the security implications of this setting are
401409
well understood before enabling it.
402410

403-
### Tested Platforms
404-
405-
* el6.x
406-
407411

408412
Versioning
409413
----------

metadata.json

+8-6
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,15 @@
88
"project_page": "https://github.com/jhoblitt/puppet-selenium",
99
"issues_url": "https://github.com/jhoblitt/puppet-selenium/issues",
1010
"operatingsystem_support": [
11-
{ "operatingsystem": "RedHat", "operatingsystemrelease": [ "5", "6", "7" ] },
12-
{ "operatingsystem": "CentOS", "operatingsystemrelease": [ "5", "6", "7" ] },
13-
{ "operatingsystem": "Scientific", "operatingsystemrelease": [ "5", "6", "7" ] }
11+
{ "operatingsystem": "RedHat", "operatingsystemrelease": [ "6", "7" ] },
12+
{ "operatingsystem": "CentOS", "operatingsystemrelease": [ "6", "7" ] },
13+
{ "operatingsystem": "Scientific", "operatingsystemrelease": [ "6", "7" ] },
14+
{ "operatingsystem": "Debian", "operatingsystemrelease": [ "7" ] },
15+
{ "operatingsystem": "Ubuntu", "operatingsystemrelease": [ "12.04", "14.04" ] }
1416
],
1517
"dependencies": [
16-
{ "name": "puppetlabs/stdlib", "version_requirement": ">= 4.6.0 < 5.0.0" },
17-
{ "name": "maestrodev/wget", "version_requirement": ">= 1.2.2" },
18-
{ "name": "rodjek/logrotate", "version_requirement": ">= 1.1.1" }
18+
{ "name": "puppetlabs/stdlib", "version_requirement": ">= 4.6.0 <5.0.0" },
19+
{ "name": "maestrodev/wget", "version_requirement": ">= 1.2.2 <2.0.0" },
20+
{ "name": "rodjek/logrotate", "version_requirement": ">= 1.1.1 <2.0.0" }
1921
]
2022
}

0 commit comments

Comments
 (0)