Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
## mark a section (Learn more)
class crontab { cron { linuxupdate: command => "/usr/local/bin/linux-update.sh >/dev/null", user => root, hour => 3, minute => 15, weekday => 2 } cron { gemsupdate: command => "/usr/local/bin/gem update >/dev/null", user => root, ensure => absent, hour => 3, minute => 0 } cron { systeminfo-root: command => "/usr/local/bin/facter > /home/passsync/data/\$HOSTNAME", user => root, hour => 1, minute => 0 } cron { puppetclientrestart: command => "/etc/init.d/puppet restart >/dev/null", user => root, hour => 4, minute => 15 } }
This paste will be private.
From the Design Piracy series on my blog: