bundlewrap/bundles/ssh/items.py
mwiegand 86946636c4 wip
2021-07-13 01:04:49 +02:00

11 lines
168 B
Python

files['/etc/ssh/sshd_config'] = {
'triggers': [
'svc_systemd:ssh:restart'
],
}
svc_systemd['ssh'] = {
'needs': [
'tag:ssh_users',
],
}