Skip to content

Commit

Permalink
Configure backup_path and backup_keep_time in default recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
dscheu committed Dec 17, 2012
1 parent 46c1af4 commit cc838cf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion recipes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,9 @@
:fqdn => node['fqdn'],
:https_boolean => node['gitlab']['https'],
:git_user => node['gitlab']['git_user'],
:git_home => node['gitlab']['git_home']
:git_home => node['gitlab']['git_home'],
:backup_path => node['gitlab']['backup_path'],
:backup_keep_time => node['gitlab']['backup_keep_time']
)
end

Expand Down

0 comments on commit cc838cf

Please sign in to comment.