Update README install instructions for PE

Update the install instructions for the versions of Puppet Enterprise that contain Puppet 4.x
This commit is contained in:
Lindsey Smith 2016-11-09 17:37:51 -08:00 committed by GitHub
parent c1dfeb9864
commit de4bd41193
1 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@ Installing the YARD Gem
The easiest way to install the `yard` gem is with Puppet itself:
For Puppet 4.x:
For Puppet 4.x and Puppet Enterprise 2015.2 and later:
```
$ puppet resource package yard provider=puppet_gem
```
@ -67,7 +67,7 @@ Strings can be installed using the [puppet-strings](https://rubygems.org/gems/pu
To ensure it is installed in right place, it is best to install it using Puppet:
For Puppet 4.x:
For Puppet 4.x and Puppet Enterprise 2015.2 and later:
```
$ puppet resource package puppet-strings provider=puppet_gem
```