Add pip to jenkins master

Change-Id: I6282a04b366d36b6b8f1164d78b25df3890944e7
This commit is contained in:
James E. Blair 2012-02-11 15:18:05 -08:00
parent ff5be394f7
commit ce94def4f0

View File

@ -30,8 +30,9 @@ class jenkins_master {
}
$packages = [
jenkins,
apache2
"jenkins",
"python-pip",
"apache2"
]
package { $packages: