summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSerdar Sutay <serdar@opscode.com>2014-10-13 10:13:46 -0700
committerSerdar Sutay <serdar@opscode.com>2014-10-13 10:13:46 -0700
commit4c28105daf843710f4fe857ff1628c613887f608 (patch)
tree1506585ed7791318ace4b5b176e19764f2c5ef86
parentade8c96713278a76a6306e923b63b4fd3ac9bd1d (diff)
downloadchef-4c28105daf843710f4fe857ff1628c613887f608.tar.gz
Fix the SLES version based on the existing logic.
-rw-r--r--CHANGELOG.md4
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):