Merge pull request #145 from ghoneycutt/puppet5
Support testing with Puppet 5
This commit is contained in:
commit
cf19dc3cb8
|
@ -19,6 +19,8 @@ matrix:
|
||||||
env: PUPPET_GEM_VERSION="~> 3" CHECK=spec
|
env: PUPPET_GEM_VERSION="~> 3" CHECK=spec
|
||||||
- rvm: 2.1.9
|
- rvm: 2.1.9
|
||||||
env: PUPPET_GEM_VERSION="~> 4" CHECK=spec
|
env: PUPPET_GEM_VERSION="~> 4" CHECK=spec
|
||||||
|
- rvm: 2.4.1
|
||||||
|
env: PUPPET_GEM_VERSION="~> 5" CHECK=spec
|
||||||
- rvm: 2.1.9
|
- rvm: 2.1.9
|
||||||
env: PUPPET_GEM_VERSION="~> 4" CHECK=rubocop
|
env: PUPPET_GEM_VERSION="~> 4" CHECK=rubocop
|
||||||
|
|
||||||
|
|
|
@ -37,7 +37,7 @@ Note that if you are running PE 3.8, you'll have a few extra steps to install pu
|
||||||
|
|
||||||
The easiest way to install the `yard` gem is with Puppet itself:
|
The easiest way to install the `yard` gem is with Puppet itself:
|
||||||
|
|
||||||
For Puppet 4.x and Puppet Enterprise 2015.2 and later:
|
For Puppet >= 4 and Puppet Enterprise 2015.2 and later:
|
||||||
|
|
||||||
```
|
```
|
||||||
$ puppet resource package yard provider=puppet_gem
|
$ puppet resource package yard provider=puppet_gem
|
||||||
|
|
Loading…
Reference in New Issue