8 lines
128 B
Python
8 lines
128 B
Python
# TODO support non-systemd systems
|
|
|
|
files = {
|
|
'/etc/hosts': {
|
|
'content_type': 'mako',
|
|
},
|
|
'/etc/motd': {},
|
|
}
|