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'] = {
|
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': [
|
||||||
|
|
|
@ -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',
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue