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:
David Shrewsbury 2012-05-21 21:35:08 -04:00
parent 666a162bc8
commit e9866dbac7

View File

@ -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'],
}