adding cheetah as dependency to build slave

Change-Id: If3cff3d2f227d227e8b8eaa2dc140c451a2b84fc
Reviewed-on: https://review.openstack.org/356
Reviewed-by: James E. Blair <corvus@inaugust.com>
Tested-by: Jenkins
This commit is contained in:
Joe Heck 2011-08-26 15:33:59 -07:00 committed by Jenkins
parent c97ded27d1
commit c50a80092c

View File

@ -8,7 +8,7 @@ import "doc_server" # TODO: refactor out of module
class openstack_base {
include ssh
include exim
package { "ntp":
ensure => installed
}
@ -209,6 +209,7 @@ node /^quantum(-\d+)?\.slave\.openstack\.org$/ {
"python-routes",
"python-sqlalchemy",
"python-gflags",
"python-cheetah",
"python-webtest",
"python-webob"]