if node.os != "alpine": raise BundleError(f"{node.name}: OS {node.os} is not supported.") from os.path import join files = { "/usr/bin/tgnotify": { "source": "tgnotify", "mode": "0755", }, "/etc/tgnotify.conf": { "source": "tgnotify.conf", "content_type": "mako", "mode": "0640", "group": "wheel", } }