Make the adduser commands copy-pasteable.
YOURUSER==$(whoami), and copy-paste is easier than interpreting by hand. Change-Id: Ia17d13045517e8007db3afe8ff0eedf36019b2df
This commit is contained in:
parent
08c08ae8a3
commit
6425e0aeb1
@ -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.)
|
||||
|
Loading…
Reference in New Issue
Block a user