install sudo in the devuser element

The devuser element can set up passwordless sudo, which requiers the
/etc/sudoers.d directory, which requires the sudo package, so we ensure
the sudo package is installed.

Change-Id: I80d6c669d4ac0d97b49d01cb621bf05b8e7f8ef1
This commit is contained in:
Matthew Thode 2018-03-22 00:16:09 -05:00
parent a49f4c3a37
commit cfa5b237c0
No known key found for this signature in database
GPG Key ID: 64A37BEAAE19A4E8
3 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1 @@
package-installs

View File

@ -0,0 +1 @@
sudo:

View File

@ -0,0 +1,7 @@
{
"family": {
"gentoo": {
"sudo": "app-admin/sudo"
}
}
}