bundlewrap/bundles/ssh/items.py
2021-10-29 21:17:54 +02:00

13 lines
238 B
Python

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