Skip to content

Commit

Permalink
Test won't work for Puppet 4.0.0
Browse files Browse the repository at this point in the history
As `rspec-puppet` breaks with puppet 4.0.0 (see rodjek/rspec-puppet#663),
I propose to drop tests and support for puppet 4.0.0
  • Loading branch information
jfroche committed Apr 26, 2018
1 parent 882e722 commit 33cae5f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Expand Up @@ -6,8 +6,6 @@ script: "bundle exec rake test SPEC_OPTS='--format documentation'"
matrix:
fast_finish: true
include:
- rvm: 2.1.9
env: PUPPET_VERSION="~> 4.0.0"
- rvm: 2.1.9
env: PUPPET_VERSION="~> 4.1.0"
- rvm: 2.1.9
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -9,7 +9,7 @@ This module manages firewalld, the userland interface that replaces iptables and

## Compatibility

Latest versions of this module (3.0+) are only supported on Puppet 4.0+. 2.2.0 is the latest version to run on Puppet 3.x, important patches (security bugs..etc) will be accepted in the 2.x until Puppet 3.x is offically end-of-life, but new features will only be accepted in 3.x.
Latest versions of this module (3.0+) are only supported on Puppet 4.1+. 2.2.0 is the latest version to run on Puppet 3.x, important patches (security bugs..etc) will be accepted in the 2.x until Puppet 3.x is offically end-of-life, but new features will only be accepted in 3.x.

## Usage

Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Expand Up @@ -8,7 +8,7 @@
"requirements": [
{
"name": "puppet",
"version_requirement": ">= 4.0.0 < 6.0.0"
"version_requirement": ">= 4.1.0 < 6.0.0"
}
],
"operatingsystem_support": [
Expand Down

0 comments on commit 33cae5f

Please sign in to comment.