36c8d1bf2cdebbc4e50d1e8348003f64f419cd0b
[osm/devops.git] / descriptor-packages / vnfd / hackfest_cloudinit_vnf / src / cloud_init / cloud-config.txt
1 #cloud-config\r
2 password: osm4u\r
3 chpasswd: { expire: False }\r
4 ssh_pwauth: True\r
5 \r
6 write_files:\r
7 -   content: |\r
8         # My new helloworld file\r
9 \r
10     owner: root:root\r
11     permissions: '0644'\r
12     path: /root/helloworld.txt\r