bundlewrap/bundles/hostname/items.py

8 lines
107 B
Python
Raw Normal View History

# TODO support non-systemd systems
files = {
'/etc/hosts': {
'content_type': 'mako',
},
}