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'] = {
'triggers': [
'svc_systemd:ssh:restart'
],
}
if not node.in_group('raspberry-pi'):
# FIXME
files['/etc/ssh/sshd_config'] = {
'triggers': [
'svc_systemd:ssh:restart'
],
}
svc_systemd['ssh'] = {
'needs': [

View file

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

View file

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