From 7abc5fc72ae79685653769275ff7d1eeab09632e Mon Sep 17 00:00:00 2001 From: Robert Collins Date: Wed, 28 Aug 2013 16:11:54 +1200 Subject: [PATCH] Just run the install_puppet/modules scripts. They have an x bit set and a shebang line, there is no need to specify bash explicitly. Change-Id: Ide8d0389c42d4ab256be3c0f6bdfcfcee621982b --- doc/source/sysadmin.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/sysadmin.rst b/doc/source/sysadmin.rst index d26b0b5609..f372601a1c 100644 --- a/doc/source/sysadmin.rst +++ b/doc/source/sysadmin.rst @@ -86,8 +86,8 @@ the node specifier). It might look something like this:: Then to apply that configuration, run the following from the root of the config repository:: - bash install_puppet.sh - bash install_modules.sh + ./install_puppet.sh + ./install_modules.sh 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