From fb1dc6ba04890ca08affa59a8c504b553abbb649 Mon Sep 17 00:00:00 2001 From: Ricardo Date: Wed, 8 Sep 2021 00:30:38 +0100 Subject: [PATCH] Update 06_yum_priorities.md --- examples/06_yum_priorities.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/06_yum_priorities.md b/examples/06_yum_priorities.md index ff772f4c..3d0be30d 100644 --- a/examples/06_yum_priorities.md +++ b/examples/06_yum_priorities.md @@ -9,7 +9,7 @@ gluster::pool: production gluster::repo: true gluster::repo::yum::priority: 50 gluster::version: '7.9-1.el7' -``` +``` This ensures that dependency resolution is confined to the repository and revision you specified, and prevents Yum from helpfully trying to use the latest version available.