Merge "Allow to test Debian package on top of Ubuntu"
This commit is contained in:
commit
8fe6747ab0
@ -2,7 +2,7 @@ class openstack_integration::repos {
|
|||||||
|
|
||||||
case $::osfamily {
|
case $::osfamily {
|
||||||
'Debian': {
|
'Debian': {
|
||||||
case $::operatingsystem {
|
case $::os_package_type {
|
||||||
'ubuntu': {
|
'ubuntu': {
|
||||||
include ::apt
|
include ::apt
|
||||||
class { '::openstack_extras::repo::debian::ubuntu':
|
class { '::openstack_extras::repo::debian::ubuntu':
|
||||||
@ -19,7 +19,7 @@ class openstack_integration::repos {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
default: {
|
default: {
|
||||||
fail("Unsupported operatingsystem (${::operatingsystem})")
|
fail("Unsupported package type (${::os_package_type})")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
# Ceph is both packaged on UCA & ceph.com
|
# Ceph is both packaged on UCA & ceph.com
|
||||||
|
Loading…
x
Reference in New Issue
Block a user