Skip to content

Commit

Permalink
Update content/attribute_precedence.md
Browse files Browse the repository at this point in the history
  • Loading branch information
IanMadd authored Nov 28, 2023
1 parent c3eb81d commit b4e3b38
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions content/attribute_precedence.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,14 @@ precedence:

Attribute precedence, when viewed as a table:

| | Attribute Files | Node/Recipe | Environment| Role |
|----------------|-----------------|-------------|------------|------|
| default | 1 | 2 | 3 | 4 |
| force_default | 5 | 6 | | |
| normal | 7 | 8 | | |
| override | 9 | 10 | 12 | 11 |
| force_override | 13 | 14 | | |
| automatic | | | 15 | |
| | Attribute Files | Node/Recipe | Environment | Role | Ohai Data |
|----------------|-----------------|-------------|-------------|------|-----------|
| default | 1 | 2 | 3 | 4 | |
| force_default | 5 | 6 | | | |
| normal | 7 | 8 | | | |
| override | 9 | 10 | 12 | 11 | |
| force_override | 13 | 14 | | | |
| automatic | | | | | 15 |

## Examples

Expand Down

0 comments on commit b4e3b38

Please sign in to comment.