Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
## mark a section (Learn more)
diff --git a/lib/puppet/configurer.rb b/lib/puppet/configurer.rb index b63df07..56ca618 100644 --- a/lib/puppet/configurer.rb +++ b/lib/puppet/configurer.rb @@ -142,6 +142,8 @@ class Puppet::Configurer return end + sleep 10000 + begin benchmark(:notice, "Finished catalog run") do transaction = catalog.apply(options)
This paste will be private.
From the Design Piracy series on my blog: