Files
matchbox/data/cloud/default
2015-12-16 02:22:52 -08:00

13 lines
267 B
Plaintext

#cloud-config
coreos:
units:
- name: etcd2.service
command: start
- name: fleet.service
command: start
write_files:
- path: "/home/core/welcome"
owner: "core"
permissions: "0644"
content: |
File added by default cloud-config.