2019-12-14 14:12:55 -05:00
|
|
|
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
|
2020-02-07 09:08:29 -05:00
|
|
|
echo "pvc is grand" >> /etc/motd
|
2019-12-14 14:12:55 -05:00
|
|
|
|
|
|
|
--==BOUNDARY==--
|