Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
## mark a section (Learn more)
-(0)> cat /etc/puppet/modules/staging/test/manifests/init.pp class export_file { @@file { "/var/lib/puppet/test_file" : content => "$fqdn" , tag => "xxx" , ensure => present , } @@file { "/tmp/export.$fqdn": content => "$fqdn.exported" , tag => "xxx" , ensure => present , } @@sshkey { $hostname: type => dsa , key => $sshdsakey } }
This paste will be private.
From the Design Piracy series on my blog: