Guest User

Untitled

a guest
Jul 11th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. == test.pp ==
  2.  
  3. class tests::downcase
  4. {
  5. $myvar="KIWI"
  6. file { "/tmp/testkiwi":
  7. content => template("test.erb")
  8. }
  9. }
  10.  
  11. == test.erb ==
  12.  
  13. test : <%= myvar.downcase %>
Add Comment
Please, Sign In to add comment