Method: ChefApply::TargetHost::Windows#chown

Defined in:
lib/chef_apply/target_host/windows.rb

#chown(path, owner) ⇒ Object



20
21
22
23
24
25
# File 'lib/chef_apply/target_host/windows.rb', line 20

def chown(path, owner)
  # This implementation left intentionally blank.
  # To date, we have not needed chown functionality on windows;
  # when/if that changes we'll need to implement it here.
  nil
end