summaryrefslogtreecommitdiff
path: root/lib/chef/chef_fs/knife.rb
diff options
context:
space:
mode:
authorjkeiser <jkeiser@opscode.com>2013-03-14 09:27:05 -0700
committerJohn Keiser <jkeiser@opscode.com>2013-06-07 13:12:29 -0700
commit896128b312e958e0aa5b5c0c2c42570f18c21465 (patch)
tree452830d6cd946fe55dc712b9e8a19e3a35343139 /lib/chef/chef_fs/knife.rb
parentd51fae00949c2103f16002139c8d8e973bc0168b (diff)
downloadchef-896128b312e958e0aa5b5c0c2c42570f18c21465.tar.gz
Add download and diff support for acls
Diffstat (limited to 'lib/chef/chef_fs/knife.rb')
-rw-r--r--lib/chef/chef_fs/knife.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/chef/chef_fs/knife.rb b/lib/chef/chef_fs/knife.rb
index 2bdd97ded3..a9842e5f4e 100644
--- a/lib/chef/chef_fs/knife.rb
+++ b/lib/chef/chef_fs/knife.rb
@@ -40,7 +40,7 @@ class Chef
Chef::Config[:repo_mode] = config[:repo_mode] if config[:repo_mode]
# --chef-repo-path overrides all other paths
- path_variables = %w(client_path cookbook_path container_path data_bag_path environment_path group_path node_path role_path user_path)
+ path_variables = %w(acl_path client_path cookbook_path container_path data_bag_path environment_path group_path node_path role_path user_path)
if config[:chef_repo_path]
Chef::Config[:chef_repo_path] = config[:chef_repo_path]
path_variables.each do |variable_name|
@@ -95,7 +95,7 @@ class Chef
when 'everything'
object_names = %w(clients cookbooks data_bags environments nodes roles users)
when 'hosted_everything'
- object_names = %w(clients cookbooks containers data_bags environments groups nodes roles)
+ object_names = %w(acls clients cookbooks containers data_bags environments groups nodes roles)
else
object_names = %w(cookbooks data_bags environments roles)
end