Skip to content

Commit

Permalink
rubocop fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vkhatri committed May 22, 2016
1 parent b3047d9 commit f034bf3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions recipes/install.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@
node['consul']['scripts_dir'],
node['consul']['pid_dir'],
node['consul']['config']['data_dir'],
node['consul']['log_dir']
].each do |dir|
node['consul']['log_dir']].each do |dir|
directory dir do
owner node['consul']['user']
group node['consul']['group']
Expand Down
3 changes: 1 addition & 2 deletions recipes/install_windows.rb
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@
node['consul']['scripts_dir'],
node['consul']['pid_dir'],
node['consul']['config']['data_dir'],
node['consul']['log_dir']
].each do |dir|
node['consul']['log_dir']].each do |dir|
directory dir do
recursive true
only_if { node['consul']['install'] }
Expand Down

0 comments on commit f034bf3

Please sign in to comment.