23 lines
416 B
YAML
23 lines
416 B
YAML
variant: fcos
|
|
version: 1.4.0
|
|
|
|
storage:
|
|
files:
|
|
- path: /etc/fetchcert/fetchcert.sh
|
|
mode: 0755
|
|
contents:
|
|
local: fetchcert.sh
|
|
- path: /etc/systemd/system/fetchcert.service
|
|
mode: 0644
|
|
contents:
|
|
local: fetchcert.service
|
|
- path: /etc/systemd/system/fetchcert.timer
|
|
mode: 0644
|
|
contents:
|
|
local: fetchcert.timer
|
|
|
|
systemd:
|
|
units:
|
|
- name: fetchcert.timer
|
|
enabled: true
|