generate_puppetfile: add missing $DIR

Complete a script to generate a clean Puppetfile, by adding a missing
$DIR so we generate Puppetfile with all modules.

Change-Id: I0d760e155f8b45aaab579323da5446a143e4f249
This commit is contained in:
Emilien Macchi 2016-05-16 09:05:18 +02:00
parent 01b222b6ad
commit 673a839e33
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ for p in $(cat openstack_modules.txt); do
# where namespace is openstack_integration
title=$(echo $p | sed 's/-/_/g')
# TODO(emilien) we need to add support for stable branches
cat >> Puppetfile <<EOF
cat >> $DIR/Puppetfile <<EOF
mod '$title',
:git => 'https://git.openstack.org/openstack/puppet-$p',
:ref => 'master'