You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/puppet/type/anchor.rb
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,8 @@
5
5
@summary
6
6
A simple resource type intended to be used as an anchor in a composite class.
7
7
8
+
> Note: this has been replaced by core puppet `contain()` method. Please see https://puppet.com/docs/puppet/latest/lang_containment.html for more information.
9
+
8
10
In Puppet 2.6, when a class declares another class, the resources in the
9
11
interior class are not contained by the exterior class. This interacts badly
10
12
with the pattern of composing complex modules from smaller classes, as it
0 commit comments