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'):
'triggers': [ # FIXME
'svc_systemd:ssh:restart' files['/etc/ssh/sshd_config'] = {
], 'triggers': [
} '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',
], ],
} }

View file

@ -6,8 +6,8 @@
'monitored', 'monitored',
], ],
'bundles': [ 'bundles': [
'stromzaehler', 'stromzaehler',
'wpa-supplicant', 'wpa-supplicant',
], ],
'metadata': { 'metadata': {
'id': 'dd521b8a-dc03-43f5-b29f-068f948ba3b8', 'id': 'dd521b8a-dc03-43f5-b29f-068f948ba3b8',