Skip to content

Commit

Permalink
Turn off backup of the remote_file download.
Browse files Browse the repository at this point in the history
  • Loading branch information
jjustice6 committed Jan 30, 2017
1 parent b63d13a commit bf1a2f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions libraries/collectd_service.rb
Expand Up @@ -96,6 +96,7 @@ def action_enable
basename = ::File.basename(url)
remote_file ::File.join(Chef::Config[:file_cache_path], basename) do
source url
backup false
end.path
end

Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Expand Up @@ -4,7 +4,7 @@
license 'Apache 2.0'
description 'Installs and configures the collectd monitoring daemon.'
long_description 'Installs and configures the collectd monitoring daemon.'
version '2.2.3'
version '2.2.4'
source_url 'https://github.com/bloomberg/collectd-cookbook'
issues_url 'https://github.com/bloomberg/collectd-cookbook/issues'

Expand Down

0 comments on commit bf1a2f0

Please sign in to comment.