From 6cb21bac5f07345ffa619957d52f86d7db1f9f68 Mon Sep 17 00:00:00 2001 From: James Tanner Date: Fri, 28 Feb 2014 10:03:41 -0500 Subject: [PATCH] Update changelog for new yum module behavior --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b7a427f02f..41df0c45880 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,7 @@ Major features/changes: * ec2 module now accepts 'exact_count' and 'count_tag' as a way to enforce a running number of nodes by tags. * all ec2 modules that work with Eucalyptus also now support a 'validate_certs' option, which can be set to 'off' for installations using self-signed certs. * Start of new integration test infrastructure (WIP, more details TBD) +* if repoquery is unavailble, the yum module will automatically attempt to install yum-utils New modules: