From 6425e0aeb12bcbaa00692f89545973a8532d0d1b Mon Sep 17 00:00:00 2001 From: Robert Collins Date: Thu, 29 Aug 2013 23:18:53 +1200 Subject: [PATCH] Make the adduser commands copy-pasteable. YOURUSER==$(whoami), and copy-paste is easier than interpreting by hand. Change-Id: Ia17d13045517e8007db3afe8ff0eedf36019b2df --- launch/README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/launch/README b/launch/README index ccf615a538..5f499d97a7 100644 --- a/launch/README +++ b/launch/README @@ -6,8 +6,8 @@ directory on an updated local clone of the repository on the puppetmaster, and that your account is a member of the puppet and salt groups for access to their respective keys:: - sudo adduser YOURUSER puppet - sudo adduser YOURUSER salt + sudo adduser $(whoami) puppet + sudo adduser $(whoami) salt (Remember to log out and back into your shell if you add yourself to a group.)