Skip to content

Commit 1db6d4e

Browse files
authored
Update 06_yum_priorities.md
1 parent a0a2ef7 commit 1db6d4e

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

examples/06_yum_priorities.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,11 @@ There may arise [situations](http://blog.gluster.org/2014/11/installing-glusterf
44

55
If you use Hiera data:
66
```
7-
---
8-
gluster::client: false
9-
gluster::pool: production
10-
gluster::repo: true
11-
gluster::repo::yum::priority: 50
12-
gluster::version: '7.9-1.el7'
7+
gluster::client: false
8+
gluster::pool: production
9+
gluster::repo: true
10+
gluster::repo::yum::priority: 50
11+
gluster::version: '7.9-1.el7'
1312
```
1413

1514
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.

0 commit comments

Comments
 (0)