Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
## mark a section (Learn more)
# optional server context overrides define apache2::serverline ( $ensure = "present" ) { line { "_apache_context_override_$title": file => "/etc/$apache2_service_name/apache_override.conf", line => "$title", ensure => $ensure, notify => Exec["reload-apache"]; } } # By default add this custom log format apache2::serverline { 'LogFormat "%h %l %u %t \"%r\" %>s %b %T \"%{Referer}i\" \"%{User-Agent}i\"" combined_plus_time' }
This paste will be private.
From the Design Piracy series on my blog: