summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorRobert Mullins <rmullins@secureworks.com>2017-03-07 14:40:41 -0500
committerRobert Mullins <rmullins@secureworks.com>2017-03-08 11:44:08 -0500
commit821829642676c1a2e323694c39df05e1cd84e935 (patch)
treecd84208cec7c0a6f3bcc05069c3e01eb87bb3cf2 /chef-config
parent0b7fe6d110dba303c91e7ed2ff2afefa648aea6f (diff)
downloadchef-821829642676c1a2e323694c39df05e1cd84e935.tar.gz
Fix style errors and add dco signoff.
Signed-off-by: Robert Mullins <rmullins@secureworks.com>
Diffstat (limited to 'chef-config')
-rw-r--r--chef-config/lib/chef-config/config.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-config/lib/chef-config/config.rb b/chef-config/lib/chef-config/config.rb
index 51d019c432..dca524bc36 100644
--- a/chef-config/lib/chef-config/config.rb
+++ b/chef-config/lib/chef-config/config.rb
@@ -843,7 +843,7 @@ module ChefConfig
default :default_attribute_blacklist, nil
default :normal_attribute_blacklist, nil
default :override_attribute_blacklist, nil
-
+
# Pull down all the rubygems versions from rubygems and cache them the first time we do a gem_package or
# chef_gem install. This is memory-expensive and will grow without bounds, but will reduce network
# round trips.