aboutsummaryrefslogtreecommitdiff
path: root/puppet.wiki
diff options
context:
space:
mode:
Diffstat (limited to 'puppet.wiki')
-rw-r--r--puppet.wiki8
1 files changed, 8 insertions, 0 deletions
diff --git a/puppet.wiki b/puppet.wiki
index 63c43c3..b87988c 100644
--- a/puppet.wiki
+++ b/puppet.wiki
@@ -110,3 +110,11 @@ puppet apply --modulepath=/etc/puppetlabs/code/environments/<ENVIRONMENT>/module
== autonotify ==
lib/puppet/transaction/event_manager.rb
lib/puppet/graph/relationship_graph.rb:192
+
+
+= Abstract Data Types =
+https://www.puppet.com/docs/puppet/7/lang_data_abstract.html
+
+- `Optional[_<type>_]`
+- `NotUndef[_<type>_]` :: Any - undef
+- `Variant[_<type>_, _<type>_ ...]` :: one of