This reverts commit 5a7ff5102154b08055c37868810192a9dca8044b and uses www/py-boto3 instead of the removed devel/py-boto, and releng-gce@ assumes maintainership. This is meant to be a temporary measure as we are exploring alternatives for GCE support. MFH: 2025Q2
18 lines
522 B
Plaintext
18 lines
522 B
Plaintext
[Accounts]
|
|
gpasswd_add_cmd = pw groupmod {group} -m {user}
|
|
gpasswd_remove_cmd = pw groupmod {group} -d {user}
|
|
useradd_cmd = pw useradd {user} -m
|
|
userdel_cmd = pw userdel {user} -r
|
|
usermod_cmd = pw usermod {user} -G {groups}
|
|
groupadd_cmd = pw groupadd {group}
|
|
|
|
[MetadataScripts]
|
|
default_shell = /bin/sh
|
|
|
|
[InstanceSetup]
|
|
set_multiqueue = false
|
|
optimize_local_ssd = false
|
|
# google-cloud-sdk only supports python2 at the moment, disabling boto will
|
|
# avoid issues when running this agent with python3.
|
|
set_boto_config = false
|