add gce workaround
All checks were successful
bundlewrap/pipeline/head This commit looks good

those daemons keep messing with our settings, get rid of them
This commit is contained in:
Franzi 2020-08-18 15:51:24 +02:00
parent 11468cd1e7
commit 0ebcf9762e
Signed by: kunsi
GPG key ID: 12E3D2136B818350
2 changed files with 16 additions and 0 deletions

View file

@ -0,0 +1,13 @@
svc_systemd = {}
for i in (
'google-accounts-daemon.service',
'google-accounts-manager.service',
'google-clock-skew-daemon.service',
'google-clock-sync-manager.service',
'sshguard.service'
):
svc_systemd[i] = {
'enabled': False,
'running': False,
}

View file

@ -14,6 +14,9 @@ groups['htz-cloud'] = {
}
groups['gce'] = {
'bundles': {
'gce-workaround',
},
'member_patterns': {
r"gce\..*",
},