summaryrefslogtreecommitdiff
path: root/lib/chef/chef_fs/chef_fs_data_store.rb
diff options
context:
space:
mode:
authorJohn Keiser <jkeiser@opscode.com>2013-06-06 09:28:50 -0700
committerJohn Keiser <jkeiser@opscode.com>2013-06-07 13:12:36 -0700
commitb4d8fbdc1d7b26d46299570a46e7ab72aff009ba (patch)
treed9dee4290e5f174a1fde0c547e42f4a8788a5bd8 /lib/chef/chef_fs/chef_fs_data_store.rb
parent8da7858b6020ba72b9ee9a023e5f744fb35ef393 (diff)
downloadchef-b4d8fbdc1d7b26d46299570a46e7ab72aff009ba.tar.gz
Add useful description of local_fs repository for chef-zero to print
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