Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
## mark a section (Learn more)
## common/lib/puppet/parser/functions/debversion.rb module Puppet::Parser::Functions newfunction(:debversion, :type => :rvalue) do |args| %x{/usr/bin/dpkg-query -W -f='${Version}' #{args[0]}} end end
This paste will be private.
From the Design Piracy series on my blog: