Sha256: 3aa42583dabc7c23e987f628f43381e13cb35a3a0855a09e1231861588b3e896
Contents?: true
Size: 587 Bytes
Versions: 27
Compression:
Stored size: 587 Bytes
Contents
require "chef/chef_fs/file_system/chef_server/rest_list_entry" require "chef/chef_fs/data_handler/data_bag_item_data_handler" class Chef module ChefFS module FileSystem module ChefServer # /policies/NAME-REVISION.json # Represents the actual data at /organizations/ORG/policies/NAME/revisions/REVISION class DataBagEntry < RestListEntry def display_path pth = "/data_bags/#{parent.name}/#{name}" File.extname(pth).empty? ? pth + ".json" : pth end end end end end end
Version data entries
27 entries across 27 versions & 1 rubygems