aboutsummaryrefslogtreecommitdiff
path: root/puppet.wiki
diff options
context:
space:
mode:
Diffstat (limited to 'puppet.wiki')
-rw-r--r--puppet.wiki10
1 files changed, 10 insertions, 0 deletions
diff --git a/puppet.wiki b/puppet.wiki
new file mode 100644
index 0000000..dc208ea
--- /dev/null
+++ b/puppet.wiki
@@ -0,0 +1,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.
+