Method: Pantry::Chef::SyncDataBags#client_directory

Defined in:
lib/pantry/chef/sync_data_bags.rb

#client_directory(local_root) ⇒ Object



12
13
14
# File 'lib/pantry/chef/sync_data_bags.rb', line 12

def client_directory(local_root)
  local_root.join("chef", "data_bags")
end