aboutsummaryrefslogtreecommitdiff
path: root/puppet.wiki
diff options
context:
space:
mode:
Diffstat (limited to 'puppet.wiki')
-rw-r--r--puppet.wiki23
1 files changed, 23 insertions, 0 deletions
diff --git a/puppet.wiki b/puppet.wiki
index 3c94382..63c43c3 100644
--- a/puppet.wiki
+++ b/puppet.wiki
@@ -57,6 +57,20 @@ case $variable {
}
+== Type conversion ==
+
+{{{puppet
+[['a', 1]].hash => { 'a' => 1 }
+}}}
+
+== Exported Resources ==
+https://puppet.com/docs/puppet/7/lang_exported.html
+
+{{{puppet
+@@ssh { ... }
+Ssh <<| |>>
+}}}
+
== Server ==
{{{class="client"
@@ -87,3 +101,12 @@ $ puppetserver ca sign --certname gandalf.adrift.space
{{{
puppetserver ca setup --subject-alt-names busting.adrift.space,adrift.space,puppet
}}}
+
+
+
+
+puppet apply --modulepath=/etc/puppetlabs/code/environments/<ENVIRONMENT>/modules -e 'include ::profiles::puppetserver'
+
+== autonotify ==
+lib/puppet/transaction/event_manager.rb
+lib/puppet/graph/relationship_graph.rb:192