Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
## mark a section (Learn more)
class nmc_users { @user { "testuser": ensure => "present", uid => "102", gid => "1", comment => "test user", home => "/home/testuser", shell => "/bin/bash", managehome => "true", } } class nmc { include nmc_users realize( User["testuser1", "testuser2", "testuser3"] ) }
This paste will be private.
From the Design Piracy series on my blog: