Merge "Remove workaround UAR 12 for multipathd"

This commit is contained in:
Zuul 2022-05-10 21:49:33 +00:00 committed by Gerrit Code Review
commit 741907f24a

View File

@ -15,10 +15,6 @@ find /etc/puppet/manifests -type f -exec \
#find /etc/puppet/manifests -type f -exec \
# sed -i 's@include ::platform::ptpinstance@#include ::platform::ptpinstance@g' {} +
# UAR 12: disable
find /etc/puppet/manifests -type f -exec \
sed -i 's@include ::platform::multipath@#include ::platform::multipath@g' {} +
# UAR 13: disable
find /usr/share/puppet/modules/platform -type f -exec \
sed -i 's@require ::platform::compute::machine@#require ::platform::compute::machine@g' {} +