1
0
mirror of https://github.com/rancher/os.git synced 2025-09-04 00:04:25 +00:00
Files
os/scripts/dockerimages/scripts/cloud-init.sh
2015-02-19 20:05:17 -07:00

8 lines
124 B
Bash
Executable File

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