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