Browse code

Merge "Delete unnecessary groupadd in multinode-lab"

Jenkins authored on 2017/03/24 09:21:31
Showing 1 changed files
... ...
@@ -73,8 +73,7 @@ Otherwise create the stack user:
73 73
 
74 74
 ::
75 75
 
76
-    groupadd stack
77
-    useradd -g stack -s /bin/bash -d /opt/stack -m stack
76
+    useradd -s /bin/bash -d /opt/stack -m stack
78 77
 
79 78
 This user will be making many changes to your system during installation
80 79
 and operation so it needs to have sudo privileges to root without a