Ryota Arai

Results 34 issues of Ryota Arai

``` ruby user 'john' do uid '123' gid 'itamae' # the gid is 456 end ``` ``` DEBUG[9af44ca1] INFO : user[john] DEBUG[9af44ca1] INFO : action: create DEBUG[9af44ca1] INFO : uid...

``` INFO : user[john] INFO : action: create ERROR : Command `useradd -u 123 john` failed. (exit status: 9) ERROR : stdout | useradd: group john exists - if you...

In order to: - Make faster - Shrink log

enhancement