diff options
Diffstat (limited to 'bundles/motd/items.py')
| -rw-r--r-- | bundles/motd/items.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bundles/motd/items.py b/bundles/motd/items.py new file mode 100644 index 0000000..70d47fa --- /dev/null +++ b/bundles/motd/items.py @@ -0,0 +1,5 @@ +files = { + "/etc/motd": { + "source": f"{node.name}", + }, +} |