aboutsummaryrefslogtreecommitdiff
path: root/puppet.wiki
blob: dc208ea19bff36e5afef78f283744f759add5061 (plain)
1
2
3
4
5
6
7
8
9
10
== Relationships and ordering ==
https://puppet.com/docs/puppet/7/lang_relationships.html

=== Parameters ===

before    :: Applies a resource before the target resource.
require   :: Applies a resource after the target resource.
notify    :: Applies a resource before the target resource. The target resource refreshes if the notifying resource changes.
subscribe :: Applies a resource after the target resource. The subscribing resource refreshes if the target resource changes.