Skip to content

Commit

Permalink
Merge pull request #200 from cschwede/fix-redis-uid-gid
Browse files Browse the repository at this point in the history
Fix redis uid/gid in Centos 7 role
  • Loading branch information
fredericlepied committed Feb 5, 2015
2 parents 3b94a2d + 918babc commit 9122c90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/C7.0-ids.tables
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ uids = {'adm': ('3', '4'),
'qemu': ('107', '107'),
'rabbitmq': ('495', '494'),
'radvd': ('75', '75'),
'redis': ('127', '138'),
'redis': ('800', '800'),
'root': ('0', '0'),
'rpc': ('32', '32'),
'rpcuser': ('29', '29'),
Expand Down Expand Up @@ -130,7 +130,7 @@ gids = {'adm': ('4', ''),
'qemu': ('107', ''),
'rabbitmq': ('494', ''),
'radvd': ('75', ''),
'redis': ('138', ''),
'redis': ('800', ''),
'root': ('0', ''),
'rpc': ('32', ''),
'rpcuser': ('29', ''),
Expand Down

0 comments on commit 9122c90

Please sign in to comment.