summaryrefslogtreecommitdiff
path: root/lib-backcompat/chef/chef_fs/file_system/acl_entry.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib-backcompat/chef/chef_fs/file_system/acl_entry.rb')
-rw-r--r--lib-backcompat/chef/chef_fs/file_system/acl_entry.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib-backcompat/chef/chef_fs/file_system/acl_entry.rb b/lib-backcompat/chef/chef_fs/file_system/acl_entry.rb
new file mode 100644
index 0000000000..f28b9f86e3
--- /dev/null
+++ b/lib-backcompat/chef/chef_fs/file_system/acl_entry.rb
@@ -0,0 +1,5 @@
+require "chef/chef_fs/file_system/chef_server/acl_entry"
+
+module Chef::ChefFS::FileSystem
+ AclEntry = ChefServer::AclEntry
+end