Skip to content
Snippets Groups Projects
Commit 8c48d25f authored by Mike Hanby's avatar Mike Hanby
Browse files

Modified mephisto_users.pp to set the user kschrum primary group to be...

Modified mephisto_users.pp to set the user kschrum primary group to be kschrum, with secondary group of me
parent d897262e
No related branches found
No related tags found
No related merge requests found
......@@ -64,8 +64,9 @@ class users::mephisto_users inherits users::virtual_users
}
default: {
User["gmyers"] { gid => ["gmyers"], groups +> ["me"] }
User["gmyers"] { gid => ["gmyers"], groups +> ["me"] }
User["kmelliso"] { gid => ["kmelliso"], groups +> ["me"] }
User["kschrum"] { gid => ["kschrum"], groups +> ["me"] }
User["mmullane"] { gid => ["mmullane"], groups +> ["me"] }
# Add shum and dino-theodorou to group citronelle
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment