[RIFT 16414, 16415, 16416] Unittest fixes to conform to the new package structure...
[osm/SO.git] / examples / ping_pong_ns / ping_pong_ns / user-data
1 #cloud-config
2 password: fedora
3 chpasswd: { expire: False }
4 ssh_pwauth: True
5 runcmd:
6   - [ systemctl, daemon-reload ]
7   - [ systemctl, enable, ping.service ]
8   - [ systemctl, start, --no-block, ping.service ]