summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Gordon <nrgetik@users.noreply.github.com>2018-05-03 12:12:47 -0400
committerThomas Gordon <nrgetik@users.noreply.github.com>2018-05-03 12:12:47 -0400
commitb034f7a5c3a0952266e2b1a2bb06f041bc95096f (patch)
tree3aef1b079ebd8443c5c65ad0be1453dcc5038cbd
parent47c9e27fb3a97814c7c1b64ac47251af0a2cde30 (diff)
downloadchef-b034f7a5c3a0952266e2b1a2bb06f041bc95096f.tar.gz
Added Chef::Config[:clear_gem_sources] default to false (style fixes)
Signed-off-by: Thomas Gordon <nrgetik@users.noreply.github.com>
-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 d1f64d8c92..61767956ec 100644
--- a/chef-config/lib/chef-config/config.rb
+++ b/chef-config/lib/chef-config/config.rb
@@ -1087,7 +1087,7 @@ module ChefConfig
default :rubygems_url, "https://www.rubygems.org"
# globally sets the default of the clear_sources property on the gem_package and chef_gem resources
- default :clear_gem_sources, false
+ default :clear_gem_sources, false
# If installed via an omnibus installer, this gives the path to the
# "embedded" directory which contains all of the software packaged with