raspberry bedina ssh workaround
This commit is contained in:
parent
16a7bb915f
commit
07e6a2d07e
3 changed files with 10 additions and 7 deletions
|
@ -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': [
|
||||
|
|
|
@ -22,6 +22,7 @@ svc_systemd = {
|
|||
# 'enabled': False,
|
||||
# 'running': False,
|
||||
'needs': [
|
||||
'pkg_apt:gpiod',
|
||||
'file:/opt/stromzaehler',
|
||||
],
|
||||
}
|
||||
|
|
|
@ -6,8 +6,8 @@
|
|||
'monitored',
|
||||
],
|
||||
'bundles': [
|
||||
'stromzaehler',
|
||||
'wpa-supplicant',
|
||||
'stromzaehler',
|
||||
'wpa-supplicant',
|
||||
],
|
||||
'metadata': {
|
||||
'id': 'dd521b8a-dc03-43f5-b29f-068f948ba3b8',
|
||||
|
|
Loading…
Reference in a new issue