coreos-home-server/host/base/container.bu
Alex Palaistras 0fbbc39e27 base: Only copy service directories if used
We no longer copy service directories into `/etc/coreos-home-server` if
these have not had their respective `spec.bu` files included; these
directories are not needed in these cases, and would be erroneously
considered as eligible in subsequent `coreos-home-server-update`
invocations.
2022-02-05 16:05:00 +00:00

21 lines
461 B
Plaintext

variant: fcos
version: 1.3.0
storage:
trees:
- path: /etc/coreos-home-server/base
local: host/base/
- path: /etc/systemd/system
local: host/base/systemd/
directories:
- path: /etc/coreos-home-server
mode: 0700
files:
- path: /etc/containers/containers.conf
mode: 0644
contents:
local: host/base/service/containers.conf
systemd:
units:
- name: coreos-home-server-update.timer
enabled: true