Files
matchbox/examples/dev/cloud/node2.yml
2016-01-06 10:54:06 -08:00

14 lines
255 B
YAML

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