Skip to content

Commit

Permalink
Add prerequisites to README
Browse files Browse the repository at this point in the history
It's better to be open about these upfront to make the installation process smoother.
  • Loading branch information
codeinthehole committed Sep 8, 2015
1 parent 633f1c9 commit 72724b9
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# puppet-vault
Puppet module for managing Hashicorp's [Vault](https://vaultproject.io/)

##Prerequisites
This module requires:

- [puppet-staging](https://github.com/nanliu/puppet-staging)
- a `zip` package to be installed (eg `package { "zip": ensure => installed }`)

##Installation

To simply install the vault binary:
Expand Down Expand Up @@ -34,4 +40,4 @@ Open an [issue](https://github.com/EvanKrall/puppet-vault/issues) or

##Acknowledgements

Much of the initial code was adapted from [solarkennedy/puppet-consul](https://github.com/solarkennedy/puppet-consul). Thank you to the contributors to that project.
Much of the initial code was adapted from [solarkennedy/puppet-consul](https://github.com/solarkennedy/puppet-consul). Thank you to the contributors to that project.

0 comments on commit 72724b9

Please sign in to comment.