1
0
mirror of https://github.com/rancher/os.git synced 2025-09-06 09:14:31 +00:00
Files
os/scripts/dockerimages/scripts/cloud-init.sh

8 lines
124 B
Bash
Raw Normal View History

2015-02-18 19:05:23 -08:00
#!/bin/bash
set -x -e
CLOUD_CONFIG_FLAGS=$(rancherctl config get cloud_config)
cloudinit --preinit "$CLOUD_CONFIG_FLAGS"