Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
## mark a section (Learn more)
root@mta-system:/tmp# cat /tmp/test.pp @ssh_authorized_key{"seph-test": ensure => present, key => "foo==", type => "ssh-dss", name => "explicit test", user => seph, target => "/tmp/testkeys", } realize(Ssh_authorized_key["seph-test"]) root@mta-system:/tmp# puppet --debug --detailed-exitcodes --verbose /tmp/test.pp info: Loading fact virtual sh: Syntax error: Bad fd number sh: Syntax error: Bad fd number debug: Creating default schedules debug: Prefetching parsed resources for ssh_authorized_key debug: //Ssh_authorized_key[seph-test]: Changing ensure debug: //Ssh_authorized_key[seph-test]: 1 change(s) notice: //Ssh_authorized_key[seph-test]/ensure: created debug: Flushing ssh_authorized_key provider target /tmp/testkeys debug: Finishing transaction 70269078380780 with 1 changes
This paste will be private.
From the Design Piracy series on my blog: