3ace1ba29e
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
9 lines
208 B
Bash
Executable File
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
|