Merge pull request #124 from puppetlabs/turbodog-patch-1

Update README install instructions for PE
This commit is contained in:
Jesse Scott 2016-11-11 16:31:39 -08:00 committed by GitHub
commit 7d5dd68593
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: 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 $ 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: 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 $ puppet resource package puppet-strings provider=puppet_gem
``` ```