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:
parent
01b222b6ad
commit
673a839e33
@ -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'
|
||||
|
Loading…
x
Reference in New Issue
Block a user