summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSerdar Sutay <serdar@opscode.com>2014-10-10 15:52:13 -0700
committerSerdar Sutay <serdar@opscode.com>2014-10-10 15:52:13 -0700
commit21bc8d3b655a94ebbdaa5243d46afd82d0fe9faf (patch)
tree83813d3cc8ddd3c3c8aeef67ceaf18fb150b9cd4
parenta3a67afa67c47f70236b6da451908f08af5ce3dd (diff)
downloadchef-21bc8d3b655a94ebbdaa5243d46afd82d0fe9faf.tar.gz
Contribution information for https://github.com/opscode/chef/pull/2187.
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 333663db07..62343249ca 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -106,6 +106,8 @@
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.
+* [**Ionuț Arțăriși**](https://github.com/mapleoin):
+ Changed the default group provider to gpasswd on SLES versions 12.10 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):