From d9286370ff5b5bef5c3ef4020905131e93d7f758 Mon Sep 17 00:00:00 2001 From: Robert Collins Date: Wed, 28 Aug 2013 00:35:04 +1200 Subject: [PATCH] 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 --- doc/source/sysadmin.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/source/sysadmin.rst b/doc/source/sysadmin.rst index 354b6dd9e8..d26b0b5609 100644 --- a/doc/source/sysadmin.rst +++ b/doc/source/sysadmin.rst @@ -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