summaryrefslogtreecommitdiff
path: root/lib/chef/chef_fs/chef_fs_data_store.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/chef_fs/chef_fs_data_store.rb')
-rw-r--r--lib/chef/chef_fs/chef_fs_data_store.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/chef/chef_fs/chef_fs_data_store.rb b/lib/chef/chef_fs/chef_fs_data_store.rb
index 41e1ca59ea..bd8226b92f 100644
--- a/lib/chef/chef_fs/chef_fs_data_store.rb
+++ b/lib/chef/chef_fs/chef_fs_data_store.rb
@@ -32,6 +32,10 @@ class Chef
@memory_store = ChefZero::DataStore::MemoryStore.new
end
+ def publish_description
+ "Reading and writing data to #{chef_fs.fs_description}"
+ end
+
def chef_fs
@chef_fs.call
end