Remove natty specific sources.list.
Change-Id: I25c3a39ccc567d98156cdedd02aedd1ed94141b3
This commit is contained in:
parent
0f520a8f6d
commit
94cf793a93
@ -1,8 +0,0 @@
|
||||
deb http://archive.ubuntu.com/ubuntu/ natty main restricted universe
|
||||
deb-src http://archive.ubuntu.com/ubuntu/ natty main restricted universe
|
||||
|
||||
deb http://archive.ubuntu.com/ubuntu/ natty-updates main restricted universe
|
||||
deb-src http://archive.ubuntu.com/ubuntu/ natty-updates main restricted universe
|
||||
|
||||
deb http://security.ubuntu.com/ubuntu natty-security main restricted universe
|
||||
deb-src http://security.ubuntu.com/ubuntu natty-security main restricted universe
|
@ -70,17 +70,6 @@ class jenkins_slave {
|
||||
require => [ Jenkinsuser[jenkins] ],
|
||||
}
|
||||
|
||||
file { 'aptsources':
|
||||
name => '/etc/apt/sources.list',
|
||||
owner => 'root',
|
||||
group => 'root',
|
||||
mode => 644,
|
||||
ensure => 'present',
|
||||
source => [
|
||||
"puppet:///modules/jenkins_slave/sources.list",
|
||||
],
|
||||
}
|
||||
|
||||
file { 'profilerubygems':
|
||||
name => '/etc/profile.d/rubygems.sh',
|
||||
owner => 'root',
|
||||
|
Loading…
Reference in New Issue
Block a user