Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
## mark a section (Learn more)
class user::virtual { @ssh_authorized_key{"rip": ensure => present, key => "foo==", type => "ssh-dss", name => "rip@indulgence.nephilim.ml.org", user => rip, } @user{"rip": } } class user::unixadmins inherits user::virtual { realize( User["rip"], Ssh_authorized_key["rip"], ) } include user::unixadmins ## output # puppet test.pp notice: //user::virtual/Ssh_authorized_key[rip]/target: target changed '/home/rip/.ssh/authorized_keys' to '/home/rip/.ssh/authorized_keys' #
This paste will be private.
From the Design Piracy series on my blog: