Move all provisioner API functionality into main
This commit is contained in:
16
client-api/provisioner/examples/multipart-userdata.yaml
Normal file
16
client-api/provisioner/examples/multipart-userdata.yaml
Normal file
@ -0,0 +1,16 @@
|
||||
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 "koz is koz" >> /etc/motd
|
||||
|
||||
--==BOUNDARY==--
|
Reference in New Issue
Block a user