Merge "Remove Oneiric conditional logic"
This commit is contained in:
commit
59389c6ace
@ -19,17 +19,9 @@ class openstack_project::base(
|
|||||||
ensure => absent,
|
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':
|
package { 'git':
|
||||||
ensure => present,
|
ensure => present,
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
if ($::operatingsystem == 'Fedora') {
|
if ($::operatingsystem == 'Fedora') {
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user