Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
## mark a section (Learn more)
$datacenter = datacenter() $network = network() import "nodes" import "classes/*.pp" import "users/*.pp" filebucket { main: path => "/var/lib/puppet/filebucket"} # global defaults File { backup => main, tag => "puppet" } Exec { path => "/usr/bin:/usr/sbin/:/bin:/sbin:/usr/local/bin:/usr/local/sbin:/opt/wf/bin:/opt/wf/sbin/" } Package { provider => $operatingsystem ? { redhat => yum } }
This paste will be private.
From the Design Piracy series on my blog: