Merge pull request #14 from lsmag/master

Thanks for the update!
This commit is contained in:
Tom Limoncelli
2014-09-05 10:52:04 -04:00

View File

@@ -139,6 +139,10 @@ What does this look like to the typical sysadmin?
* Re-encrypt the file: `blackbox_edit_end FILENAME` * Re-encrypt the file: `blackbox_edit_end FILENAME`
* Commit the changes. `git commit -a` or `hg commit` * Commit the changes. `git commit -a` or `hg commit`
Alternatively, you can call `blackbox_edit FILENAME`, and it'll decrypt the file
in a temp file and call `$EDITOR` on it, re-encrypting again after the editor
is closed.
This content is released under the MIT License. See the LICENSE.txt file. This content is released under the MIT License. See the LICENSE.txt file.
How to use the secrets with Puppet? How to use the secrets with Puppet?