Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
## mark a section (Learn more)
class xen-hypervisor::hypervisor { [...] xen-hypervisor::auto_domains { $domains: } [...] } define xen-hypervisor::auto_domains() { file { "/etc/xen/auto/${name}.cfg" : owner => root, group => root, mode => 644, ensure => "/etc/xen/domains/${name}.cfg" } } node 'toto' { $domains = ["toto", "tata", "titi", "tutu", "tete", "tyty"] include xen-hypervisor::hypervisor }
This paste will be private.
From the Design Piracy series on my blog: