Method: Pantry::Chef::SyncDataBags#server_directory

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

#server_directory(local_root) ⇒ Object



8
9
10
# File 'lib/pantry/chef/sync_data_bags.rb', line 8

def server_directory(local_root)
  local_root.join("applications", client.application, "chef", "data_bags")
end