11 lines
168 B
Python
11 lines
168 B
Python
files['/etc/ssh/sshd_config'] = {
|
|
'triggers': [
|
|
'svc_systemd:ssh:restart'
|
|
],
|
|
}
|
|
|
|
svc_systemd['ssh'] = {
|
|
'needs': [
|
|
'tag:ssh_users',
|
|
],
|
|
}
|