diff --git a/launch_slave.py b/launch_slave.py index 8b43c1ec..aebea928 100644 --- a/launch_slave.py +++ b/launch_slave.py @@ -28,7 +28,7 @@ apt-get install -y --force-yes git rubygems gem install --no-rdoc --no-ri puppet git clone git://github.com/openstack/openstack-ci-puppet.git cd openstack-ci-puppet -ln -sf /root/openstack-ci-puppet/manifests/burrow.pp manifests/this.pp +ln -sf /root/openstack-ci-puppet/manifests/%s.pp manifests/this.pp /var/lib/gems/1.8/bin/puppet apply -l /tmp/manifest.log --modulepath=`pwd`/modules manifests/this.pp """ % node_manifest)