summaryrefslogtreecommitdiff
path: root/lib/chef/chef_fs.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/chef_fs.rb')
-rw-r--r--lib/chef/chef_fs.rb11
1 files changed, 11 insertions, 0 deletions
diff --git a/lib/chef/chef_fs.rb b/lib/chef/chef_fs.rb
new file mode 100644
index 0000000000..14ab8c0a6e
--- /dev/null
+++ b/lib/chef/chef_fs.rb
@@ -0,0 +1,11 @@
+require 'chef/chef_fs/file_system/chef_server_root_dir'
+require 'chef/config'
+require 'chef/rest'
+
+class Chef
+ module ChefFS
+ def self.windows?
+ false
+ end
+ end
+end