diff options
Diffstat (limited to '.trash/Containment.md')
-rw-r--r-- | .trash/Containment.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.trash/Containment.md b/.trash/Containment.md new file mode 100644 index 0000000..6d3a638 --- /dev/null +++ b/.trash/Containment.md @@ -0,0 +1,8 @@ +--- +tags: + - puppet +--- +Controls order of execution. +Classes & defined type **contain** resources. + +Resources are automatically contained, classes only when declared with `contain` keyword.
\ No newline at end of file |