remote_directory node["chef_handler"]["handler_path"] do
  source "handlers"
  # Just inherit permissions on Windows, don't try to set POSIX perms
  if node[:platform_family] != "windows"
    owner node["chef_handler"]["root_user"]