Skip to content

Commit f65d761

Browse files
author
Colin Hoglund
committed
individual user.group overrides should take precedence
1 parent b0ffabc commit f65d761

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,19 +27,19 @@ script:
2727
# its a big thing to bring in on a small pull.
2828
- id ansibletestuser | grep --silent "uid=2222(ansibletestuser) gid=2222(ansibletestuser) groups=2222(ansibletestuser),2(bin),100(users)"
2929
- id ansibletestuser2 | grep --silent "uid=2223(ansibletestuser2) gid=2223(ansibletestuser2) groups=2223(ansibletestuser2),2(bin),100(users)"
30-
- id ansibletestuser3 | grep --silent "uid=2224(ansibletestuser3) gid=4000(ansibletestgroup) groups=4000(ansibletestgroup),2(bin),100(users)"
30+
- id ansibletestuser3 | grep --silent "uid=2224(ansibletestuser3) gid=4000(ansibletestgroup1) groups=4000(ansibletestgroup),2(bin),100(users)"
3131
- id ansibletestuser4 | grep --silent "uid=2225(ansibletestuser4) gid=100(users) groups=100(users),2(bin)"
3232
- id ansibletestuser5 | grep --silent "uid=2226(ansibletestuser5) gid=4000(ansibletestgroup) groups=4000(ansibletestgroup),2(bin),100(users)"
3333
- grep --silent "^ansibletestgroup:" /etc/group
3434
- grep --silent "^ansibletestgroup1:" /etc/group
3535
- ls -lgd /home/ansibletestuser | awk '{exit $3!="ansibletestuser"}'
3636
- ls -lgd /home/otherdirectory | awk '{exit $3!="ansibletestuser2"}'
37-
- ls -lgd /home/ansibletestuser3 | awk '{exit $3!="ansibletestgroup"}'
37+
- ls -lgd /home/ansibletestuser3 | awk '{exit $3!="ansibletestgroup1"}'
3838
- ls -lgd /home/otherdirectory1 | awk '{exit $3!="users"}'
3939
- ls -lgd /home/ansibletestuser5 | awk '{exit $3!="ansibletestgroup"}'
4040
- ls -lg /home/ansibletestuser/.profile | awk '{exit $3!="ansibletestuser"}'
4141
- ls -lg /home/otherdirectory/.profile | awk '{exit $3!="ansibletestuser2"}'
42-
- ls -lg /home/ansibletestuser3/.profile | awk '{exit $3!="ansibletestgroup"}'
42+
- ls -lg /home/ansibletestuser3/.profile | awk '{exit $3!="ansibletestgroup1"}'
4343
- ls -lg /home/otherdirectory1/.profile | awk '{exit $3!="users"}'
4444
- ls -lgd /home/ansibletestuser5/.profile | awk '{exit $3!="ansibletestgroup"}'
4545

0 commit comments

Comments
 (0)