Sous Chefs Boneyard Sysctl Versions Save

Development repository for the sysctl cookbook

v0.9.0

6 years ago
  • This cookbook is now maintained by Sous-Chefs. See http://sous-chefs.org/
  • Fixed 'ImmutableAttributeModification' error in remove_sysctl_param
  • Added a new attribute node['sysctl']['restart_procps'] to control restarting post change
  • Removed deprecated "conflicts" metadata
  • Updated the metadata license string to be a SPDX standard license string
  • Removed Chef 11 compatibility in the metadata.rb file
  • Switched testing to ChefDK instead of test gems in the Gemfile
  • Converted ServerSpec tests to InSpec
  • Updated ChefSpecs to test against the latest platform releases
  • Added testing with Foodcritic and a .foodcritic file to ignore certain failures

v0.8.1

7 years ago
  • [GH-64] Relax ohai cookbook dependency to >= 4
  • Specify ohai version needs to be >= 8
  • [GH-65] Use systemd-sysctl service for ubuntu > 15+

v0.8.0

7 years ago
  • [GH-55] Update README with FreeBSD 10.3 support
  • [GH-59] Update to ohai cookbook 4

This cookbook indirectly now requires Chef 12+. If you require Chef 11 support you'll need to pin to version 0.7.5 in your environment.

v0.7.5

8 years ago
  • [GH-51] revert FC059: declare use_inline_resources

v0.7.4

8 years ago
  • FC059: declare use_inline_resources

v0.7.3

8 years ago
  • Added suse to metadata.rb
  • Update gem and berkshelf cookbook dependencies

v0.7.2

8 years ago
  • [GH-33] Addd initial Suse 11 & 12 support
  • [GH-48] version pin 3.0 of the Ohai cookbook
  • [GH-47] Rename key_path local var to key_path_tokens for clarity
  • [GH-50] Resolves Rubocop complaint about nested ifs.
  • [GH-46] Use fail instead of raise
  • Update gem and berkshelf cookbook dependencies

v0.7.0

8 years ago
  • Update gem and berkshelf cookbook dependencies
  • Update documentation to suggest using chefdk for development
  • Travis now uses ruby 2.1+
  • [GH-8] Update README.md mentioning Archlinux and Exherbo
  • [GH-38] Update to ServerSpec2
  • [GH-36] ArchLinux fixes
  • [GH-41] RHEL 7 Systemd support updates
  • [GH-18] Added note on support for /etc/sysctl.d/ and using it on RHEL 6.2 or later.
  • [GH-30] Add support for Ubuntu Vivid (15.04)
  • [GH-16] Support ubuntu 14.10
  • [GH-31] Adjust sysctl::apply to use :restart instead of :start for better systemd support

v0.6.2

9 years ago
  • Fix rubocop error and packaging error
  • [GH-14] Update to chefspec 4.1, rubocop 27, foodcritic 4
  • [GH-14] Update matchers.rb for deprecated chefspec method.
  • [GH-13] OneHealth was acquired by Viverae, update Gitter
  • [GH-12] Update documentation to reflect inclusion of default recipe for LWRP
  • Added initial FreeBSD support
  • [GH-7] Added systemd based distros support

v0.6.0

9 years ago
  • Rename sysctl::persist to sysctl::apply to more clearly reflect usage
  • [GH-5] Improve immediate setting of attribute parameters during sysctl::apply run