Slackbot
07/19/2022, 2:13 PMJonathan Albrecht
07/19/2022, 2:14 PMSlackbot
07/19/2022, 3:20 PMSlackbot
07/19/2022, 3:22 PMLumiere
07/19/2022, 3:26 PMramindk
07/19/2022, 3:30 PMramindk
07/19/2022, 3:31 PMBrian Schonecker
07/19/2022, 3:33 PMnatemccurdy
07/19/2022, 4:18 PMfile
resource + concat_fragment
to manage the same file though. So I just want to clarify that ātemplate + concatā works as long as you donāt do file
+ concat_fragment
.
Itāll need to be concat
+ concat_fragment
(for the main part of the file) + concat_fragment
(for the rhel8 part)Dr Bunsen Honeydew
07/19/2022, 4:45 PMBrian Schonecker
07/19/2022, 5:36 PMBrian Schonecker
07/19/2022, 5:36 PMnatemccurdy
07/19/2022, 5:41 PMconcat
+ `concat::fragment`āsnatemccurdy
07/19/2022, 5:41 PMcontent => epp('path/to/template.epp', $context),
natemccurdy
07/19/2022, 5:41 PMcontent => epp('path/to/template.epp', $epp_context),
natemccurdy
07/19/2022, 5:42 PMcontent => epp('path/to/template.epp', $context),
Brian Schonecker
07/19/2022, 5:46 PMBrian Schonecker
07/19/2022, 5:46 PMBrian Schonecker
07/19/2022, 5:47 PMrunlolarun
07/19/2022, 6:24 PMSlackbot
07/19/2022, 7:07 PMhbui
07/19/2022, 7:44 PMhbui
07/19/2022, 7:46 PMhbui
07/19/2022, 7:47 PMnatemccurdy
07/19/2022, 7:50 PMNode
object. Literally, how long the GET /puppet/v3/node/<certname>
HTTP request takes. This usually translates into how long your ENC takes to run + the HTTP overhead of sending it.
⢠āConfig retrievalā: How long it takes to get the nodeās Catalog
. Literally, how long the POST /puppet/v3/catalog/<certname>
HTTP request takes. This is the time it takes to compile a catalog + the HTTP overhead of sending it.natemccurdy
07/19/2022, 7:51 PMhbui
07/19/2022, 7:51 PMhbui
07/19/2022, 7:52 PMnatemccurdy
07/19/2022, 7:52 PMhbui
07/19/2022, 7:52 PM