From 56c97b4012c4d4910262c8d31b4f6acd7ff18d69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Tue, 19 Oct 2021 03:27:56 +0200 Subject: Tue, 19 Oct 2021 03:27:56 +0200 --- puppet.wiki | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 puppet.wiki (limited to 'puppet.wiki') 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. + -- cgit v1.2.3