Let's use the gem installed puppet.

This commit is contained in:
Monty Taylor
2011-07-14 14:18:25 -04:00
parent 61735de554
commit 023084549e
3 changed files with 3 additions and 3 deletions

View File

@@ -24,7 +24,7 @@ apt-get install -y --force-yes git rubygems
gem install puppet
git clone git://github.com/openstack/openstack-ci-puppet.git
cd openstack-ci-puppet
puppet apply --modulepath=`pwd`/modules manifests/server.pp
/var/lib/gems/1.8/bin/puppet apply --modulepath=`pwd`/modules manifests/server.pp
""")
# a task that first installs the ssh key, and then runs the script

View File

@@ -24,7 +24,7 @@ apt-get install -y --force-yes git rubygems
gem install puppet
git clone git://github.com/openstack/openstack-ci-puppet.git
cd openstack-ci-puppet
puppet apply --modulepath=`pwd`/modules manifests/slave.pp
/var/lib/gems/1.8/bin/puppet apply --modulepath=`pwd`/modules manifests/slave.pp
""")
# a task that first installs the ssh key, and then runs the script

View File

@@ -1,2 +1,2 @@
nova: add-apt-repository ppa:nova-core/trunk ; apt-get update ; apt-get
build-dep nova ; easy_install nosexcover
build-dep nova