Add support for go-crond flags
Parse and pass flags (https://github.com/webdevops/go-crond#usage) from crond['flags'] dictionary to the go-crond service. For example, --verbose and --server.bind can be configured by setting: ''' crond['flags'] = { 'verbose': true, 'server.bind': '0.0.0.0:7000' } ''' The include flag (configurable via crond['cron_d']) can not be configured with the flags dictionary. Changelog: added
parent
4a6b0bffab1b
No related branches found
No related tags found
Showing
- doc/settings/ssl/index.md 11 additions, 0 deletionsdoc/settings/ssl/index.md
- files/gitlab-config-template/gitlab.rb.template 9 additions, 2 deletionsfiles/gitlab-config-template/gitlab.rb.template
- files/gitlab-cookbooks/crond/attributes/default.rb 1 addition, 0 deletionsfiles/gitlab-cookbooks/crond/attributes/default.rb
- files/gitlab-cookbooks/crond/libraries/crond_helper.rb 27 additions, 0 deletionsfiles/gitlab-cookbooks/crond/libraries/crond_helper.rb
- files/gitlab-cookbooks/crond/recipes/enable.rb 3 additions, 1 deletionfiles/gitlab-cookbooks/crond/recipes/enable.rb
- files/gitlab-cookbooks/crond/templates/default/sv-crond-run.erb 1 addition, 1 deletion...gitlab-cookbooks/crond/templates/default/sv-crond-run.erb
- spec/chef/cookbooks/crond/recipes/crond_enable_spec.rb 26 additions, 0 deletionsspec/chef/cookbooks/crond/recipes/crond_enable_spec.rb
Loading
Please register or sign in to comment