diff options
author | Serdar Sutay <serdar@opscode.com> | 2014-10-13 10:13:46 -0700 |
---|---|---|
committer | Serdar Sutay <serdar@opscode.com> | 2014-10-13 10:13:46 -0700 |
commit | 4c28105daf843710f4fe857ff1628c613887f608 (patch) | |
tree | 1506585ed7791318ace4b5b176e19764f2c5ef86 /CHANGELOG.md | |
parent | ade8c96713278a76a6306e923b63b4fd3ac9bd1d (diff) | |
download | chef-4c28105daf843710f4fe857ff1628c613887f608.tar.gz |
Fix the SLES version based on the existing logic.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 90d674f6e1..991bd87de0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -105,9 +105,9 @@ * [**wacky612**](https://github.com/wacky612): Fixed a bug in pacman package provider that was preventing the installation of `bind` package. * [**Ionuț Arțăriși**](https://github.com/mapleoin): - Changed the default service provider to systemd on SLES versions 12.10 and higher. + Changed the default service provider to systemd on SLES versions 12 and higher. * [**Ionuț Arțăriși**](https://github.com/mapleoin): - Changed the default group provider to gpasswd on SLES versions 12.10 and higher. + Changed the default group provider to gpasswd on SLES versions 12 and higher. * [**Noah Kantrowitz**](https://github.com/coderanger): Implemented [RFC017 - File Specificity Overhaul](https://github.com/opscode/chef-rfc/blob/master/rfc017-file-specificity.md). * [**James Bence**](https://github.com/jbence): |