Files
matchbox/examples/dev/cloud/node1.yaml
Dalton Hubble bb976840e1 Documentation: Add group matcher docs, improve docs and examples
* Remove Machine docs since machine resources are no longer used
2016-01-08 12:12:48 -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 node1.yml.