raspberry bedina ssh workaround

This commit is contained in:
mwiegand 2021-10-29 21:17:54 +02:00
parent 16a7bb915f
commit 07e6a2d07e
3 changed files with 10 additions and 7 deletions

View file

@ -1,8 +1,10 @@
files['/etc/ssh/sshd_config'] = { if not node.in_group('raspberry-pi'):
# FIXME
files['/etc/ssh/sshd_config'] = {
'triggers': [ 'triggers': [
'svc_systemd:ssh:restart' 'svc_systemd:ssh:restart'
], ],
} }
svc_systemd['ssh'] = { svc_systemd['ssh'] = {
'needs': [ 'needs': [

View file

@ -22,6 +22,7 @@ svc_systemd = {
# 'enabled': False, # 'enabled': False,
# 'running': False, # 'running': False,
'needs': [ 'needs': [
'pkg_apt:gpiod',
'file:/opt/stromzaehler', 'file:/opt/stromzaehler',
], ],
} }