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.)