Method: Formatron::Chef::Keys#organization_key

Defined in:
lib/formatron/chef/keys.rb

#organization_keyObject



36
37
38
39
40
# File 'lib/formatron/chef/keys.rb', line 36

def organization_key
  S3::ChefServerKeys.organization_pem_path(
    directory: @directory
  )
end