Skip to content

Commit 83861eb

Browse files
committed
Update spec/README.md
1 parent cdd4220 commit 83861eb

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

spec/README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ You will need the following in order to run them:
55
* Virtualbox
66
* vagrant
77
* 'sahara' gem
8+
* The source code for all of the dependent modules; you should clone a copy of each of these at the same level in your directory structure as your copy of puppet-postgresql. For best results you should check out the same tag that is specified as the dependency in the puppet-postgresql `Modulefile`. At the time of this writing, here are the github repos you'll need (but check the `Modulefile` to make sure you're up to date):
9+
* stdlib : https://github.com/puppetlabs/puppetlabs-stdlib
10+
* firewall : https://github.com/puppetlabs/puppetlabs-firewall
11+
* apt : https://github.com/puppetlabs/puppetlabs-apt
812
* A decent chunk of free disk space (~300MB per distro tested)
913
* Patience :)
1014

@@ -22,4 +26,4 @@ instead do something like:
2226
rspec ./spec/distros/ubuntu_lucid_64
2327

2428
For some options that might speed up the testing process a bit during development,
25-
please see `spec/support/postgres_test_config.rb`.
29+
please see `spec/support/postgres_test_config.rb`.

0 commit comments

Comments
 (0)