Mercurial > code > home > repos > infra
changeset 64:32b32ee2211a
so this was never matching, cool, cool
author | drewp@bigasterisk.com |
---|---|
date | Wed, 04 May 2022 23:36:13 -0700 |
parents | 51723e168cc8 |
children | 49a69852a4f4 |
files | kube.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/kube.py Sun May 01 23:55:54 2022 -0700 +++ b/kube.py Wed May 04 23:36:13 2022 -0700 @@ -17,7 +17,7 @@ nodes = ['slash', 'dash', 'frontbed', 'garage'] admin_from = ['bang', 'slash', 'dash'] -if host.name in [nodes + [server_node]]: +if host.name in nodes + [server_node]: server.sysctl(key='net.ipv4.ip_forward', value="1", persist=True) server.sysctl(key='net.ipv6.conf.all.forwarding', value="1", persist=True)