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