class Chef::FileContentManagement::Deploy
Public Class Methods
Source
# File lib/chef/file_content_management/deploy.rb, line 28 def self.strategy(atomic_update) if atomic_update ChefUtils.windows? ? MvWindows.new : MvUnix.new else Cp.new end end
# File lib/chef/file_content_management/deploy.rb, line 28 def self.strategy(atomic_update) if atomic_update ChefUtils.windows? ? MvWindows.new : MvUnix.new else Cp.new end end