Files
Julio Montes 77ae5cafe0 update examples
add missing examples
remove unsupported examples
2015-11-27 16:56:06 -06:00

8 lines
216 B
YAML

#cloud-config
runcmd:
- [ ls, -l, / ]
- [ sh, -xc, "echo $(date) ': hello world!'" ]
- [ sh, -c, echo "=========hello world'=========" ]
- ls -l /root
- [ wget, "http://slashdot.org", -O, /tmp/index.html ]