We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b8869b commit 939a107Copy full SHA for 939a107
images/server/install-packages.sh
@@ -161,11 +161,7 @@ case "${install_packages_from}" in
161
;;
162
ceph20)
163
get_sig_samba_repo "4.22"
164
- # Replace the following with 'get_distro_ceph_repo "tentacle"'
165
- # once tentacle builds are out and remove the shellcheck waiver
166
- # for get_distro_ceph_repo
167
- CEPH_REPO_REF=tentacle
168
- get_ceph_shaman_repo
+ get_distro_ceph_repo "tentacle"
169
package_selection=${package_selection:-stable}
170
171
*)
0 commit comments