Remove Oneiric conditional logic
Change-Id: I6c39f3663281196f18b209ce5d3534a6ec85ea60
This commit is contained in:
parent
101e58991c
commit
4f9d766c8a
@ -19,16 +19,8 @@ class openstack_project::base(
|
||||
ensure => purged,
|
||||
}
|
||||
|
||||
if ($::lsbdistcodename == 'oneiric') {
|
||||
apt::ppa { 'ppa:git-core/ppa': }
|
||||
package { 'git':
|
||||
ensure => latest,
|
||||
require => Apt::Ppa['ppa:git-core/ppa'],
|
||||
}
|
||||
} else {
|
||||
package { 'git':
|
||||
ensure => present,
|
||||
}
|
||||
package { 'git':
|
||||
ensure => present,
|
||||
}
|
||||
|
||||
if ($::operatingsystem == 'Fedora') {
|
||||
|
Loading…
x
Reference in New Issue
Block a user