From 53d368e5a95dcffd82fbcf971a104f46f36b2b27 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 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 01a1986..b6606ff 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 @@ -449,7 +449,7 @@ Command> save Now securely export this directory to NEWMASTER: ``` -$ gpg --homedir . --export -a svc_sadeploy >/tmp/NEWMACHINE/pubkey.txt +$ gpg --homedir . --export -a svc_sadeploy >/tmp/NEWMASTER/pubkey.txt $ tar cvf /tmp/keys.tar . $ rsync -avP /tmp/keys.tar NEWMASTER:/tmp/. ``` @@ -467,7 +467,7 @@ Back on SECUREHOST, import the pubkey into the repository. ``` $ cd keyrings/live -$ gpg --homedir . --import /tmp/NEWMACHINE/pubkey.txt +$ gpg --homedir . --import /tmp/NEWMASTER/pubkey.txt ``` --> @@ -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. ```