Fixing cloud-config file in hackfest_simplecharm_vnf
[osm/devops.git] / descriptor-packages / vnfd / hackfest_simplecharm_vnf / 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