Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
## mark a section (Learn more)
case $hostname { "foohost": { package { "nfs-common": ensure => installed } mount { "nfs-svr": ensure=>mounted,fstype=>"nfs", device=>"1.2.3.4:/foo/bar/branches", name=>"/mnt/nfs-svr/", options=>'ro,defaults', } file { "/my/symlink": ensure => "/mnt/nfs-svr/web/", require => Mount["nfs-svr"], } } }
This paste will be private.
From the Design Piracy series on my blog: