From b8ad2ba33d3700c1a8f16d02af20f39fd064b68b Mon Sep 17 00:00:00 2001 From: Mike Date: Mon, 14 Sep 2015 10:10:32 +0100 Subject: [PATCH] Update README.md removed duplicate "work" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c49a113..9b71963 100644 --- a/README.md +++ b/README.md @@ -194,7 +194,7 @@ their network. *If you use Puppet, why didn't you just use hiera-eyaml?* There are 4 reasons: - 1. This works works with any Git or Mercurial repo, even if you aren't using Puppet. + 1. This works with any Git or Mercurial repo, even if you aren't using Puppet. 2. hiera-eyaml decrypts "on demand" which means your Puppet Master now uses a lot of CPU to decrypt keys every time it is contacted. It slows down your master, which, in my case, is already slow enough. 3. This works with binary files, without having to ASCIIify them and paste them into a YAML file. Have you tried to do this with a cert that is 10K long and changes every few weeks? Ick. 4. hiera-eyaml didn't exist when I wrote this.