Remove ensure absent pip commands.
Ensure absent for PIP intereferes with regular debian packages. Change-Id: Ia26929bc666e62002a2e0e3c7c97b0daf08a0daa
This commit is contained in:
parent
7698f7d2fe
commit
3bd14df820
@ -99,23 +99,4 @@ class jenkins_slave {
|
||||
require => [Apt::Ppa["ppa:nova-core/trunk"],
|
||||
Package[python-coverage]]
|
||||
}
|
||||
|
||||
package { "coverage":
|
||||
ensure => absent,
|
||||
provider => pip,
|
||||
require => Package[python-pip],
|
||||
}
|
||||
|
||||
package { "nose":
|
||||
ensure => absent,
|
||||
provider => pip,
|
||||
require => Package[python-pip],
|
||||
}
|
||||
|
||||
package { "nosexcover":
|
||||
ensure => absent,
|
||||
provider => pip,
|
||||
require => Package[python-pip],
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user