Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
## mark a section (Learn more)
class autofs { package { autofs: ensure => latest } service { "automount": ensure => running } } class autofs::production inherits autofs { file { "/etc/auto.master": source => "puppet:///autofs/auto.master-production" } } class autofs::dev inherits autofs { file { "/etc/auto.master": source => "puppet:///autofs/auto.master-dev" } }
This paste will be private.
From the Design Piracy series on my blog: