diskimage-builder/elements/os-config-applier/install.d/10-os-config-applier
Clint Byrum 3ace1ba29e Run os-config-applier using os-refresh-config.
There's no need to run os-config-applier at any time except when
os-refresh-config is in its configure state.

Change-Id: Id9758294c60469a976b61c68fc26d9b83130599a
2013-04-04 11:12:09 -07:00

9 lines
208 B
Bash
Executable File

#!/bin/bash
set -eux
install-packages git-core python-pip
pip install -U git+https://github.com/stackforge/os-config-applier.git
TEMPLATE_ROOT=$(os-config-applier --print-templates)
mkdir -p $TEMPLATE_ROOT