Skip to content

Commit

Permalink
update operatingsystem support list include Debian
Browse files Browse the repository at this point in the history
  • Loading branch information
jhoblitt committed May 25, 2015
1 parent f6d8406 commit d162ebe
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 10 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -382,6 +382,14 @@ The modules that were identified were:
Limitations
-----------

### Tested Platforms

* el6.x
* el7.x
* Debian 7
* Ubuntu 12.04
* Ubuntu 14.04

### Puppet Version Compatibility

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

### Tested Platforms

* el6.x


Versioning
----------
Expand Down
14 changes: 8 additions & 6 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,15 @@
"project_page": "https://github.com/jhoblitt/puppet-selenium",
"issues_url": "https://github.com/jhoblitt/puppet-selenium/issues",
"operatingsystem_support": [
{ "operatingsystem": "RedHat", "operatingsystemrelease": [ "5", "6", "7" ] },
{ "operatingsystem": "CentOS", "operatingsystemrelease": [ "5", "6", "7" ] },
{ "operatingsystem": "Scientific", "operatingsystemrelease": [ "5", "6", "7" ] }
{ "operatingsystem": "RedHat", "operatingsystemrelease": [ "6", "7" ] },
{ "operatingsystem": "CentOS", "operatingsystemrelease": [ "6", "7" ] },
{ "operatingsystem": "Scientific", "operatingsystemrelease": [ "6", "7" ] },
{ "operatingsystem": "Debian", "operatingsystemrelease": [ "7" ] },
{ "operatingsystem": "Ubuntu", "operatingsystemrelease": [ "12.04", "14.04" ] }
],
"dependencies": [
{ "name": "puppetlabs/stdlib", "version_requirement": ">= 4.6.0 < 5.0.0" },
{ "name": "maestrodev/wget", "version_requirement": ">= 1.2.2" },
{ "name": "rodjek/logrotate", "version_requirement": ">= 1.1.1" }
{ "name": "puppetlabs/stdlib", "version_requirement": ">= 4.6.0 <5.0.0" },
{ "name": "maestrodev/wget", "version_requirement": ">= 1.2.2 <2.0.0" },
{ "name": "rodjek/logrotate", "version_requirement": ">= 1.1.1 <2.0.0" }
]
}

0 comments on commit d162ebe

Please sign in to comment.