bundlewrap/bundles/hostname/items.py

9 lines
128 B
Python

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