Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
## mark a section (Learn more)
define sshconfig () { file{"${name}": source => "puppet:///files/all/${name}", mode => 0600, notify => Exec["restorecon-${name}"] } exec{"restorecon-${name}" command => "/sbin/restorecon ${name}", refreshonly => true, notify => Service["sshd"] } service{"sshd": ensure => enabled, refreshonly => true, } } sshconfig{"/etc/ssh/ssh_config": }
This paste will be private.
From the Design Piracy series on my blog: