summaryrefslogtreecommitdiff
path: root/lib/chef/knife/data_bag_from_file.rb
diff options
context:
space:
mode:
authortyler-ball <tyleraball@gmail.com>2014-09-25 15:48:10 -0700
committertyler-ball <tyleraball@gmail.com>2014-09-29 08:31:09 -0700
commit049672e8335a7a3190fcf3acd59d63b42f1f0ba0 (patch)
treeb24f4c971587a438c1915114c69a86e4520ec529 /lib/chef/knife/data_bag_from_file.rb
parent75a90633b5015f91425644670d839377837fb8d3 (diff)
downloadchef-049672e8335a7a3190fcf3acd59d63b42f1f0ba0.tar.gz
Fixing `data bag edit` according to spec, no longer requires --encrypttball/encrypted-data-bag-ux
Diffstat (limited to 'lib/chef/knife/data_bag_from_file.rb')
-rw-r--r--lib/chef/knife/data_bag_from_file.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/chef/knife/data_bag_from_file.rb b/lib/chef/knife/data_bag_from_file.rb
index 598a935160..d1b7daa4a2 100644
--- a/lib/chef/knife/data_bag_from_file.rb
+++ b/lib/chef/knife/data_bag_from_file.rb
@@ -24,7 +24,6 @@ require 'chef/knife/data_bag_secret_options'
class Chef
class Knife
class DataBagFromFile < Knife
- include DataBagCommon
include DataBagSecretOptions
deps do