Skip to content
This repository was archived by the owner on Jan 10, 2023. It is now read-only.

Commit

Permalink
Update berkshelf to 4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
linc01n committed Oct 8, 2015
1 parent 8a2e02d commit 6e90fea
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ source 'https://rubygems.org'
gem 'rake'

group :test, :integration do
gem 'berkshelf', '~> 3.0'
gem 'berkshelf', '~> 4.0'
end

group :test do
Expand Down
8 changes: 4 additions & 4 deletions recipes/backup_client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@
end

directory node['stash']['backup']['backup_path'] do
owner node['stash']['user']
mode '0750'
owner node['stash']['user']
mode '0750'
recursive true
action :create
not_if { ::Dir.exist?(node['stash']['backup']['backup_path']) }
action :create
not_if { ::Dir.exist?(node['stash']['backup']['backup_path']) }
end

cron_d "atlassian-#{node['stash']['product']}-backup-client" do
Expand Down

0 comments on commit 6e90fea

Please sign in to comment.