From 6c9bff50da74d62b9cfe00af08d4316953bf3f70 Mon Sep 17 00:00:00 2001 From: Tom Mast Date: Thu, 18 Sep 2014 16:15:43 -0500 Subject: [PATCH] Fixed small README errors --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 01a1986..fe54977 100644 --- a/README.md +++ b/README.md @@ -401,7 +401,7 @@ For the rest of this doc, you'll need to make the following substitutions: NOTE: This should be more automated. Patches welcome. -On SECUREHOST, create thew puppet master's keys: +On SECUREHOST, create the puppet master's keys: ``` $ mkdir /tmp/NEWMASTER @@ -508,7 +508,7 @@ On NEWMASTER, import the keys and decrypt the files: sudo -u svc_sadeploy bash # Become the role account. gpg --import /etc/puppet/keyrings/live/pubring.gpg export PATH=$PATH:/path/to/blackbox/bin -blackbox_postinstall +blackbox_postdeploy sudo -u puppet cat /etc/puppet/hieradata/blackbox.yaml # or any encrypted file. ```