Allow sudo for wheel, otherwise you're locked out (#62)
This commit is contained in:
parent
8c2d7e6d37
commit
9840388d7d
@ -131,6 +131,7 @@ set -eux
|
|||||||
useradd -m ${ALMA_USER}
|
useradd -m ${ALMA_USER}
|
||||||
passwd ${ALMA_USER}
|
passwd ${ALMA_USER}
|
||||||
usermod -G wheel -a ${ALMA_USER}
|
usermod -G wheel -a ${ALMA_USER}
|
||||||
|
echo "%wheel ALL=(ALL) ALL" > /etc/sudoers.d/wheel
|
||||||
"""
|
"""
|
||||||
environment_variables = ["ALMA_USER"]
|
environment_variables = ["ALMA_USER"]
|
||||||
```
|
```
|
||||||
|
@ -5,5 +5,6 @@ set -eux
|
|||||||
useradd -m ${ALMA_USER}
|
useradd -m ${ALMA_USER}
|
||||||
passwd ${ALMA_USER}
|
passwd ${ALMA_USER}
|
||||||
usermod -G wheel -a ${ALMA_USER}
|
usermod -G wheel -a ${ALMA_USER}
|
||||||
|
echo "%wheel ALL=(ALL) ALL" > /etc/sudoers.d/wheel
|
||||||
"""
|
"""
|
||||||
environment_variables = ["ALMA_USER"]
|
environment_variables = ["ALMA_USER"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user