17 lines
288 B
YAML
17 lines
288 B
YAML
|
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==--
|