Class: Chef::ChefFS::DataHandler::PolicyDataHandler

Inherits:
DataHandlerBase show all
Defined in:
lib/chef/chef_fs/data_handler/policy_data_handler.rb

Instance Method Summary collapse

Methods inherited from DataHandlerBase

#chef_class, #chef_object, #default, #from_ruby, #minimize, #normalize_for_post, #normalize_for_put, #normalize_hash, #normalize_run_list, #preserve_key?, #remove_dot_json, #to_ruby, #to_ruby_keys, #verify_integrity

Instance Method Details

#normalize(policy, entry) ⇒ Object



8
9
10
# File 'lib/chef/chef_fs/data_handler/policy_data_handler.rb', line 8

def normalize(policy, entry)
  policy
end