Releases: alertlogic/al_agents
Releases · alertlogic/al_agents
Use rpm package library when rhel >= 6
Workaround for chef versions < 12.2.0.rc.1
See: chef/chef#3065
Making package repository configurable
1.3.5 Make package repository configurable
Restoring respond_to feature
Separate --host and --port options in configuration recipe
Add port for selinux instead of using resource name
Avoid throwing a warning on every chef-client as it is depricated and is not supported in Chef 13.
Extend batch resources to avoid conflicts
Fixes #58 by extending AlHelpers resources to individual recipes instead of blanketing the entire chef run to avoid naming conflicts
Add ignore_failure option to attributes
New Atrtibute: default['al_agents']['agent']['ignore_failure'] = false
Boolean defaults to false
for_imaging attribute changes
- Modified for_imaging attribute behavior
- Setting for_imaging to true will cause the recipe to install the agent package and skip the default configuration and provisioning steps.
- Default: false
- Moved configuration step to individual recipe.
- Moved provisioning step to individual recipe.