aboutsummaryrefslogtreecommitdiff
path: root/puppet.wiki
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2021-10-19 03:27:56 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2021-10-19 03:27:56 +0200
commit56c97b4012c4d4910262c8d31b4f6acd7ff18d69 (patch)
tree4ebd9d7485e1444d5b2843c566ab4e341a14a5b4 /puppet.wiki
parentMerge branch 'master' of gandalf.adrift.space:wiki/public (diff)
downloadwiki-public-56c97b4012c4d4910262c8d31b4f6acd7ff18d69.tar.gz
wiki-public-56c97b4012c4d4910262c8d31b4f6acd7ff18d69.tar.xz
Tue, 19 Oct 2021 03:27:56 +0200
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.
+