Debian/Ubuntu: Fix circular dependency in ceph repo setup

This is follow-up of cfdf592942f1d2153eb0a3d0a4c7a0026cceda07 and fixes
the circular dependency caused by the change.

Change-Id: Ifb3cea24e9bc76dad6aeee359c812d828b6b0180
This commit is contained in:
Takashi Kajinami 2022-07-14 02:31:11 +09:00
parent c6d6eaab28
commit 972a226ab7

View File

@ -47,6 +47,7 @@ class openstack_integration::repos {
$enable_sig = false $enable_sig = false
$enable_epel = false $enable_epel = false
$ceph_mirror = $ceph_mirror_fallback
} }
'RedHat': { 'RedHat': {
# Set specific variables for CentOS Stream 9 # Set specific variables for CentOS Stream 9