From 8f71bda53a2426dc95837970bb2cee63765f40fb Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Sat, 16 Jul 2011 18:19:54 -0400 Subject: [PATCH] We need to capture logging. --- launch_slave.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/launch_slave.py b/launch_slave.py index dcfdcaa1..ca238348 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 -/var/lib/gems/1.8/bin/puppet apply --modulepath=`pwd`/modules manifests/%s.pp +/var/lib/gems/1.8/bin/puppet apply -l /tmp/manifest.log --modulepath=`pwd`/modules manifests/%s.pp """ % node_manifest) # a task that first installs the ssh key, and then runs the script