coreos-home-server/service/git/spec.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

22 lines
508 B
Plaintext

variant: fcos
version: 1.3.0
storage:
trees:
- path: /etc/coreos-home-server/git
local: service/git/
- path: /etc/systemd/system
local: service/git/systemd/
systemd:
units:
- name: git.service
enabled: true
- name: git-daemon.service
enabled: true
- name: git-ssh-pubkey@etc-ssh-ssh_host_rsa_key.pub.service
enabled: true
dropins:
- name: wait-for-key.conf
contents: |
[Unit]
After=sshd-keygen@rsa.service