1
0
mirror of https://github.com/rancher/os.git synced 2025-06-26 06:51:40 +00:00
os/scripts/dockerimages/scripts/cloud-init.sh
2015-02-19 20:05:43 -07:00

8 lines
125 B
Bash
Executable File

#!/bin/bash
set -x -e
CLOUD_CONFIG_FLAGS=$(rancherctl config get cloud_config)
cloud-init --preinit "$CLOUD_CONFIG_FLAGS"