ports/sysutils/py-google-compute-engine/files/instance_configs.cfg.distro.sample
Steve Wills e56f67821d sysutils/py-google-compute-engine: disable boto
This avoids breakage when running with python3

PR:		237877
Submitted by:	Lucas Kanashiro <lucas.kanashiro@collabora.com> (maintainer)
MFH:		2019Q2
2019-05-13 18:32:12 +00:00

17 lines
522 B
Text

[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