tnantoka/miclo

View on GitHub
miclo_cookbook/site-cookbooks/miclo_cookbook/recipes/ops_user.rb

Summary

Maintainability
A
0 mins
Test Coverage
user 'ops' do
  action :create
  supports manage_home: true
  home '/home/ops'
  shell '/bin/bash'
end