Skip to content

Commit

Permalink
Merge pull request #134 from thedebugger/fix_ui_bug_133
Browse files Browse the repository at this point in the history
UI path is a directory. Fix #133
  • Loading branch information
johnbellone committed Feb 26, 2015
2 parents db93cb6 + be4773e commit 6e006f3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion recipes/ui.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,9 @@
end

# JW TODO: Remove after next major release.
file Chef::ConsulUI.active_path(node) do
directory Chef::ConsulUI.active_path(node) do
action :delete
recursive true
not_if "test -L #{Chef::ConsulUI.active_path(node)}"
end

Expand Down

0 comments on commit 6e006f3

Please sign in to comment.