Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
## mark a section (Learn more)
[root@dukesrvi01 puppet]# cat /etc/puppet/manifests/classes/sendmail.pp # /etc/puppet/manifests/classes/sendmail.pp class sendmail { file { "/etc/mail/sendmail.cf": owner => "root", group => "root", mode => 644, source => "puppet://dukesrvi01.tc.at.xxx.net/files/etc/mail/sendmail.cf", notify => Service[sendmail] } service { sendmail: ensure => running } }
This paste will be private.
From the Design Piracy series on my blog: