Report abuse

@user { "username":
    ensure     => "present",
    comment   => "John Q. User",
    home    => "/home/username",
    shell    => "/bin/bash",
    managehome  => "true",
    groups     => [ "staff", "sshuser" ],
    password  => '$1$VHzJqOgI$ERABd91rqRtQEbMoY8JcL/',
  }