# File lib/chef/provider/user/useradd.rb, line 92
        def compile_command(base_command)
          yield base_command
          base_command << " #{@new_resource.username}"
          base_command
        end