Add pip to jenkins master
Change-Id: I6282a04b366d36b6b8f1164d78b25df3890944e7
This commit is contained in:
parent
ff5be394f7
commit
ce94def4f0
@ -30,8 +30,9 @@ class jenkins_master {
|
||||
}
|
||||
|
||||
$packages = [
|
||||
jenkins,
|
||||
apache2
|
||||
"jenkins",
|
||||
"python-pip",
|
||||
"apache2"
|
||||
]
|
||||
|
||||
package { $packages:
|
||||
|
Loading…
Reference in New Issue
Block a user