Fixed small README errors

This commit is contained in:
Tom Mast
2014-09-18 16:15:43 -05:00
parent b7217e197d
commit 6c9bff50da

View File

@@ -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. 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 $ 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. sudo -u svc_sadeploy bash # Become the role account.
gpg --import /etc/puppet/keyrings/live/pubring.gpg gpg --import /etc/puppet/keyrings/live/pubring.gpg
export PATH=$PATH:/path/to/blackbox/bin export PATH=$PATH:/path/to/blackbox/bin
blackbox_postinstall blackbox_postdeploy
sudo -u puppet cat /etc/puppet/hieradata/blackbox.yaml # or any encrypted file. sudo -u puppet cat /etc/puppet/hieradata/blackbox.yaml # or any encrypted file.
``` ```