chef-boneyard / opscode-pushy-server

Chef Push Jobs Server
https://docs.chef.io/push_jobs.html
Apache License 2.0
16 stars 10 forks source link

Allow opscode_pushy_server vip to be overridden #172

Closed jobsolete closed 6 years ago

jobsolete commented 6 years ago

Presently, a user cannot leverage push jobs with a highly available chef server configuration. By allowing a user to set the opscode_pushy_server['vip'] this pull request allows users to override the default values assigned by Chef, allowing push jobs to be leveraged with highly available chef server configurations. As opscode_pushy_server['vip'] defaults to nil, this should only affect users that have been instructed to make these changes explicitly.

Signed-off-by: Josh O'Brien jobrien@chef.io