good old tuple typo
This commit is contained in:
parent
4ef6826837
commit
5b4ad017e1
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
# on debian bullseye raspberry images, starting the systemd ssh
|
# on debian bullseye raspberry images, starting the systemd ssh
|
||||||
# daemon seems to collide with an existing sysv daemon
|
# 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 = {
|
directories = {
|
||||||
'/etc/ssh': {
|
'/etc/ssh': {
|
||||||
|
|
Loading…
Reference in a new issue