Guest User

Untitled

a guest
Jul 18th, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. define if {
  2. file { "/var/$name": ensure => present }
  3. $ifarr += $name
  4. }
  5.  
  6. class foo {
  7. $ifarr = []
  8. if {
  9. "a": ...;
  10. "b": ...;
  11. }
  12. file { "/etc/if": content => inline_template("<% ifarr.each do |val| %> <%= val %>; <% end %>") }
  13. }
Add Comment
Please, Sign In to add comment