[master 1/5] Add a --groups argument to the user ks test.

dashea installerbot-noreply at redhat.com
Wed Sep 30 20:20:10 UTC 2015


From: David Shea <dshea at redhat.com>

---
 tests/kickstart_tests/user.ks.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/kickstart_tests/user.ks.in b/tests/kickstart_tests/user.ks.in
index 8c49b3f..595afcf 100644
--- a/tests/kickstart_tests/user.ks.in
+++ b/tests/kickstart_tests/user.ks.in
@@ -21,7 +21,7 @@ rootpw qweqwe
 group --name=kosygroup --gid=5001
 
 # Create specific user
-user --name=kosieh --gecos="Kosieh Barter" --homedir=/home/kbarter --password="$6$QsJCB9E6geIjWNvn$UZLEtnHYgKmFgrPo0fY1qNBc/aRi9b01f19w9mpdFm9.MPblckUuFYvpRLSzeYeR/6lO/2uY4WtjhbryC0k2L/" --iscrypted --shell=/bin/bash --uid=4001 --gid=5001
+user --name=kosieh --gecos="Kosieh Barter" --homedir=/home/kbarter --password="$6$QsJCB9E6geIjWNvn$UZLEtnHYgKmFgrPo0fY1qNBc/aRi9b01f19w9mpdFm9.MPblckUuFYvpRLSzeYeR/6lO/2uY4WtjhbryC0k2L/" --iscrypted --shell=/bin/bash --uid=4001 --gid=5001 --groups=wheel,users
 
 # Give that user a (bogus) ssh key.
 sshkey --username=kosieh "this is a bogus ssh key"


-- 
To view this commit on github, visit https://github.com/rhinstaller/anaconda/commit/53d2cd91c2ccc19eb5468d175abcb664d61d333c


More information about the anaconda-patches mailing list