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:34]
k2patel [External Links]
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.
puppet.txt ยท Last modified: 2020/08/10 02:35 (external edit)