Remove existing .pydistutils.cfg until mirror.
Python package installation using distutils/easy_install can fail if using our PyPi mirror. Remove use of our mirror until we can resolve mirroring issues. Change-Id: Ic46a05263e255460dd61213b677a7d7d2894fa60
This commit is contained in:
parent
666a162bc8
commit
e9866dbac7
@ -43,11 +43,7 @@ define jenkinsuser($ensure = present, $ssh_key) {
|
||||
|
||||
file { 'jenkinspydistutilscfg':
|
||||
name => '/home/jenkins/.pydistutils.cfg',
|
||||
owner => 'jenkins',
|
||||
group => 'jenkins',
|
||||
mode => 640,
|
||||
ensure => 'present',
|
||||
source => "puppet:///modules/jenkins_slave/pydistutils.cfg",
|
||||
ensure => 'absent',
|
||||
require => File['jenkinshome'],
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user