summaryrefslogtreecommitdiff
path: root/hot/software-config/elements/heat-config-hiera/install.d/50-heat-config-hook-hiera
blob: 067e4391e6ad91b3b1b91b523b9293ee32d883b1 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/bash
set -x

SCRIPTDIR=$(dirname $0)

install-packages hiera
install -D -g root -o root -m 0755 ${SCRIPTDIR}/hook-hiera.py /var/lib/heat-config/hooks/hiera

ln -f -s /etc/puppet/hiera.yaml /etc/hiera.yaml