Skip to content

Commit

Permalink
Patch 2 (#4210)
Browse files Browse the repository at this point in the history
* Update attribute_precedence.md to use markdown 

Update table to be using markdown with the goal of allowing easier edits

* Delete static/images/overview_chef_attributes_table.png

* Update content/attribute_precedence.md

---------

Co-authored-by: John McCrae <john.mccrae@progress.com>
Co-authored-by: Ian Maddaus <IanMadd@users.noreply.github.com>
  • Loading branch information
3 people authored Nov 28, 2023
1 parent ecd7ccd commit e578424
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion content/attribute_precedence.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,14 @@ precedence:

Attribute precedence, when viewed as a table:

![image](/images/overview_chef_attributes_table.png)
| | 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
Binary file removed static/images/overview_chef_attributes_table.png
Binary file not shown.

0 comments on commit e578424

Please sign in to comment.