13 lines
266 B
Python
13 lines
266 B
Python
files['/etc/proftpd/proftpd.conf'] = {
|
|
'source': f'{node.name}.conf',
|
|
'triggers': {
|
|
'svc_systemd:proftpd:restart',
|
|
},
|
|
}
|
|
|
|
svc_systemd['proftpd'] = {
|
|
'needs': {
|
|
'file:/etc/proftpd/proftpd.conf',
|
|
'pkg_apt:proftpd-core',
|
|
},
|
|
}
|