diff --git a/cookbooks/traefik/Makefile b/cookbooks/traefik/Makefile index a4e0789..0daaf02 100644 --- a/cookbooks/traefik/Makefile +++ b/cookbooks/traefik/Makefile @@ -6,5 +6,9 @@ PROJECT_UID = 10001 PROJECT_GID = 10000 +TARGET_FILES += $(TARGET_CHROOT)/etc/quadlets/traefik/conf.d +$(TARGET_CHROOT)/etc/quadlets/traefik/conf.d: + install -m 0755 -o $(PROJECT_UID) -g $(PROJECT_GID) -D -d $@ + # Include common Makefile include ../../scripts/common.mk diff --git a/cookbooks/traefik/config/examples/conf.d/ping.yaml b/cookbooks/traefik/config/conf.d/ping.yaml similarity index 100% rename from cookbooks/traefik/config/examples/conf.d/ping.yaml rename to cookbooks/traefik/config/conf.d/ping.yaml diff --git a/cookbooks/traefik/config/examples/traefik.yaml b/cookbooks/traefik/config/traefik.yaml similarity index 100% rename from cookbooks/traefik/config/examples/traefik.yaml rename to cookbooks/traefik/config/traefik.yaml