docs: installation: linux: redhat-centos: fix broken yum repo example#2563
Conversation
The .repo file examples had two-space indentation on every key, which yum/dnf interprets as continuation lines, causing "failed loading /etc/yum.repos.d/fluent-bit.repo, skipping". Removed the indentation, added the missing $basearch to the primary baseurl, and normalized to key=value format across all three examples in the page. Fixes fluent#2553 Signed-off-by: Eric D. Schabell <eric@schabell.org>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughRed Hat/CentOS Fluent Bit installation documentation was corrected to fix broken Yum repository configuration syntax by removing invalid spaces around ChangesRepository Configuration Syntax Fixes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~5 minutes Suggested labels
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Review rate limit: 0/1 reviews remaining, refill in 60 minutes.Comment |
|
@cosmo0920 ready for review! |
The .repo file examples had two-space indentation on every key, which
yum/dnf interprets as continuation lines, causing "failed loading
/etc/yum.repos.d/fluent-bit.repo, skipping". Removed the indentation,
added the missing $basearch to the primary baseurl, and normalized to
key=value format across all three examples in the page.
Fixes #2553
Summary by CodeRabbit