Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
## mark a section (Learn more)
class oracleclient { file { "/usr/local/instantclient": owner => root, group => root, source => "puppet:///files/instantclient/instantclient/", ensure => directory, recurse => "true", } file { "instantclient-links": owner => root, group => root, path => "/usr/local/bin/", source => "puppet:///files/instantclient/bin/", recuse => "true", purge => "false", } }
This paste will be private.
From the Design Piracy series on my blog: