about summary refs log tree commit diff
path: root/bundles/motd/items.py
blob: 70d47fae1e82c8689c4fbf516362abb6a8681c3b (plain) (blame)
1
2
3
4
5
files = {
    "/etc/motd": {
        "source": f"{node.name}",
    },
}