Use the root_user variable to populate the group by default

This commit is contained in:
Alex Zepeda
2016-09-08 10:20:50 -07:00
parent 2611f18e85
commit 030e1202e1

View File

@@ -46,5 +46,5 @@ rvm1_autolib_mode: 3
# Name of UID 0 user
root_user: 'root'
# Name of GID 0 group -- BSD systems typically use wheel
root_group: 'root'
# Name of GID 0 group -- BSD systems typically use wheel instead of root
root_group: '{{ root_user }}'