good old tuple typo

This commit is contained in:
mwiegand 2022-03-27 18:03:43 +02:00
parent 4ef6826837
commit 5b4ad017e1

View file

@ -1,6 +1,6 @@
# on debian bullseye raspberry images, starting the systemd ssh
# daemon seems to collide with an existing sysv daemon
dont_touch_sshd = node.metadata.get('FIXME_dont_touch_sshd', False),
dont_touch_sshd = node.metadata.get('FIXME_dont_touch_sshd', False)
directories = {
'/etc/ssh': {