directories = { "/var/www/lhost": { "mode": "0775", "group": "www-data", "owner": "webdeploy", }, } files = { "/var/www/lhost/Caddyfile": {}, "/etc/traefik/lhost.yaml": { "content_type": "mako", "source": "traefik.yaml", "needs": { "bundle:traefik", }, }, "/etc/s6-rc/lhost.conf": { "content_type": "mako", }, "/usr/bin/lhost-prune": { "mode": "0755", }, "/etc/periodic/weekly/lhost-prune": { "mode": "0755", "source": "cron_job", }, }