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