This file is used to list changes made in each version of the spacewalk-client cookbook.
- Added more robust checks for registration (thx Martin Olsen https://github.com/snomann)
- removed the prebuilt .deb client packages that slipped in
- updated the Ubuntu client package versions
- updated RHEL client repo version to 2.6-0, still was 2.2-1
- added client repo version as attribute for ::rhel
- added trigger to enable the ability to execute remote scripts
- refactor to be compatible with Chef 11 again due to a bug in Chef, see chef/chef#3786
- install the .debs and dependencies in correct order so we dont need "apt-get -f" afterwards and avoid errors that would need to be ignored
- Added proper support for Ubuntu 14. The available packages from trusty repo are outdated and broken.
- Fixed bug with OSAD being disabled but recipe tried to notify it (PR by https://github.com/obazoud thx!)
- Fixed bug with spacewalk repo rpm not being installed
- Restart osad after registering with Spacewalk
- Install OSAD on clients if default['spacewalk']['enable_osad'] = true . Supports RHEL and Ubuntu
- Changed the .deb package filenames and removed obsolete '-deb'
- Bumped rhn-client-tools package to new version fixing the xmlrpclib.py workaround
- removed obsolete file xmlrpclib.py
- Allow to choose url to download spacewalk package (PR by https://github.com/obazoud thx!)
- Missing file for 0.1.1.
- Fixed the 'repodata() takes exactly 2 arguments' exception with Ubuntu clients
- [your_name] - Initial release of spacewalk-client
Check the Markdown Syntax Guide for help with Markdown.
The Github Flavored Markdown page describes the differences between markdown on github and standard markdown.