summaryrefslogtreecommitdiff
path: root/lib/chef/chef_fs/data_handler/policy_data_handler.rb
blob: 9c1be5ea649451adab228baf52d61abf7b216f09 (plain)
1
2
3
4
5
6
7
8
9
10
11
require 'chef/chef_fs/data_handler/data_handler_base'

class Chef
  module ChefFS
    module DataHandler
      class PolicyDataHandler < DataHandlerBase
      end
    end
  end
end