Merge "Remove Oneiric conditional logic"
This commit is contained in:
commit
59389c6ace
@ -19,16 +19,8 @@ class openstack_project::base(
|
||||
ensure => absent,
|
||||
}
|
||||
|
||||
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