User Tools

Site Tools


puppet

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
puppet [2019/01/30 18:28]
k2patel [Troubleshooting]
puppet [2020/08/10 02:35] (current)
Line 43: Line 43:
 ==== Puppet Dynamic values playground ==== ==== Puppet Dynamic values playground ====
  
 +=== EPP and passing values ===
 +<code ruby>
 +$template_parameters = {
 +   ​test ​ => $test1,
 +   test2 => $test::​test,​
 +   ​nice ​ => $works,
 +}
 +
 +content => epp('​vsftpd/​template.epp',​ $template_parameters),​
 +</​code>​
 ==== trimming values ==== ==== trimming values ====
 Following can grab the last character from the hostname and convert to integer to avoid warning. Following can grab the last character from the hostname and convert to integer to avoid warning.
Line 330: Line 340:
  
 [[ https://​groups.google.com/​group/​puppet-users/​browse_thread/​thread/​e56e0f678a134089 | Incremental Number ]] [[ https://​groups.google.com/​group/​puppet-users/​browse_thread/​thread/​e56e0f678a134089 | Incremental Number ]]
 +
 +[[ https://​github.com/​jessereynolds/​puppet_certificate_extensions_facts | Trusted facts example ]]
puppet.1548872925.txt.gz ยท Last modified: 2020/08/10 02:30 (external edit)