Fix copy-n-paste example to be clearer.

The example for spinning up an etherpad server couldn't just be run,
because the path to install_puppet.sh and the path to local.pp were
inconsistent. So lets document that the commands should be run from
the root of the checkout and fix the path to local.pp.

Change-Id: I34d4768687bd8aea8cd695faa845bddef24fa55f
This commit is contained in:
Robert Collins 2013-08-28 00:35:04 +12:00
parent adb2d659e8
commit d9286370ff

View File

@ -83,11 +83,12 @@ the node specifier). It might look something like this::
since it is not installed yet. You should be able to comment out the logic
safely.
Then to apply that configuration, run the following::
Then to apply that configuration, run the following from the root of the config
repository::
bash install_puppet.sh
bash install_modules.sh
puppet apply -l /tmp/manifest.log --modulepath=modules:/etc/puppet/modules local.pp
puppet apply -l /tmp/manifest.log --modulepath=modules:/etc/puppet/modules manifests/local.pp
That should turn the system you are logged into into an etherpad
server with the same configuration as that used by the OpenStack