Report abuse

1
2
3
4
5
6
7
8
9
10
11
class users::people {
    @username { 'test':
        shell => '/bin/bash',
        password => '$1$A79ozWax$LV1/O5D.0NXHRADZuklQx0',
        comment => 'Test',
        groups => ['wheel'],
        uid => '7777',
        home => '/home/test',
        pgroup => '600',
        ensure => 'present'
    }