From de4bd41193ccef3a8fc8a49318104f6e22f1972a Mon Sep 17 00:00:00 2001 From: Lindsey Smith Date: Wed, 9 Nov 2016 17:37:51 -0800 Subject: [PATCH] Update README install instructions for PE Update the install instructions for the versions of Puppet Enterprise that contain Puppet 4.x --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a30d3a8..bc5c47d 100644 --- a/README.md +++ b/README.md @@ -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 ```