Skip to content

Commit

Permalink
[yum_repository] use baseurl property (#361)
Browse files Browse the repository at this point in the history
  • Loading branch information
historus authored and olivielpeau committed Sep 19, 2016
1 parent 8fbc7a3 commit 987bb05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
depends 'apt' # We recommend '>= 2.1.0'. See CHANGELOG.md for details
depends 'chef_handler', '~> 1.1' # We recommend '~> 1.3' with Chef < 12. See CHANGELOG.md for details
depends 'windows' # We recommend '< 1.39.0' if running Chef >= 12.6. See README.md for details
depends 'yum'
depends 'yum', '>= 3.0' # Use '~> 3.0' with Chef < 12

suggests 'sudo' # ~FC052

Expand Down
2 changes: 1 addition & 1 deletion recipes/repository.rb
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
yum_repository 'datadog' do
name 'datadog'
description 'datadog'
url node['datadog']['yumrepo']
baseurl node['datadog']['yumrepo']
proxy node['datadog']['yumrepo_proxy']
proxy_username node['datadog']['yumrepo_proxy_username']
proxy_password node['datadog']['yumrepo_proxy_password']
Expand Down

0 comments on commit 987bb05

Please sign in to comment.