aboutsummaryrefslogtreecommitdiff
path: root/puppet.wiki
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-02-23 17:09:41 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2022-02-23 17:09:41 +0100
commit377cc5c1d2e0d002cf53e1d23230ff2a19e8a7f3 (patch)
tree44e38f80124d3590bb32fd31601d87ead012d7b0 /puppet.wiki
parentons 23 feb 2022 17:09:36 CET (diff)
parentfre 18 feb 2022 19:34:12 CET (diff)
downloadwiki-public-377cc5c1d2e0d002cf53e1d23230ff2a19e8a7f3.tar.gz
wiki-public-377cc5c1d2e0d002cf53e1d23230ff2a19e8a7f3.tar.xz
Merge branch 'master' of git.hornquist.se:git/wiki-public
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