#!/bin/bash
set -x

SCRIPTDIR=$(dirname $0)

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