bundlewrap/bundles/hostname/items.py

9 lines
128 B
Python
Raw Normal View History

# TODO support non-systemd systems
files = {
'/etc/hosts': {
'content_type': 'mako',
},
2021-01-15 14:29:49 +00:00
'/etc/motd': {},
}