bundlewrap/bundles/ssh/items.py
mwiegand 2eb23a5827 wip
2021-07-13 19:30:45 +02:00

11 lines
169 B
Python

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