Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
## mark a section (Learn more)
## manifest exec { "apt-get-update": refreshonly => true, command => "/usr/bin/apt-get update", } Package { provider => "apt", require => Exec["apt-get-update"], } package{"ngrep": ensure => present } ## output # puppet --environment=production test.pp notice: //Package[ngrep]/ensure: ensure changed 'purged' to 'present' # puppet --environment=production test.pp #
This paste will be private.
From the Design Piracy series on my blog: