pvc/api-daemon/provisioner/examples/userdata/multipart-userdata.yaml

17 lines
290 B
YAML
Raw Normal View History

Content-Type: multipart/mixed; boundary="==BOUNDARY=="
MIME-Version: 1.0
--==BOUNDARY==
Content-Type: text/cloud-config; charset="us-ascii"
users:
- blah
--==BOUNDARY==
Content-Type: text/x-shellscript; charset="us-ascii"
#!/bin/bash
echo "pvc is grand" >> /etc/motd
--==BOUNDARY==--