Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
## mark a section (Learn more)
class ntp { file { "/etc/inet/ntp.conf": owner => "root", group => "root", mode => "644", source => "puppet://puppet/files/opensolaris_x86/ntp.conf" } service { "svc:/network/ntp:default": enable => true , ensure => running, subscribe => File["/etc/inet/ntp.conf"], } }
This paste will be private.
From the Design Piracy series on my blog: