Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
## mark a section (Learn more)
$dirs = ["/tmp/foo", "/tmp/bar", "/tmp/baz"] file { $dirs: ensure => directory } #I don't know if this would get what you want file { "${dirs}/test.txt": ensure => present, content => "test\n" }
This paste will be private.
From the Design Piracy series on my blog: