summaryrefslogtreecommitdiff
path: root/sysutils/py-google-compute-engine/files/instance_configs.cfg.distro.sample
blob: 68e85c3ccba5968383b29ba6d00a46b02b022c45 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[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