summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2018-03-13 11:59:55 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2018-03-15 18:03:29 -0700
commitac266b80fe43900c14f145cb8e8c1c876ab88cd1 (patch)
tree54f3a6c345631f261b70fe47cba4aba99c816328
parentf90c2bdfbffdca0b1c3f819cc5260ea890e9bb9c (diff)
downloadchef-ac266b80fe43900c14f145cb8e8c1c876ab88cd1.tar.gz
update comment
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
-rw-r--r--lib/chef/provider/package/yum.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/provider/package/yum.rb b/lib/chef/provider/package/yum.rb
index 037ee28f4c..4545adb88f 100644
--- a/lib/chef/provider/package/yum.rb
+++ b/lib/chef/provider/package/yum.rb
@@ -158,7 +158,7 @@ class Chef
private
- # this will resolve things like `/usr/bin/perl` or virtual packages like `mysql`
+ # this will resolve things like `/usr/bin/perl` or virtual packages like `mysql` -- it will not work (well? at all?) with globs that match multiple packages
def resolved_package_lock_names(names)
names.each_with_index.map do |name, i|
if !name.nil?