Skip to content

Commit

Permalink
Merge pull request #236 from chef/remove_deprecations
Browse files Browse the repository at this point in the history
Removed deprecated knife commands
  • Loading branch information
thommay authored Oct 21, 2016
2 parents 021ec66 + d5113af commit f60e248
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 333 deletions.
32 changes: 0 additions & 32 deletions lib/chef/knife/decrypt.rb

This file was deleted.

51 changes: 0 additions & 51 deletions lib/chef/knife/encrypt_create.rb

This file was deleted.

32 changes: 0 additions & 32 deletions lib/chef/knife/encrypt_delete.rb

This file was deleted.

42 changes: 0 additions & 42 deletions lib/chef/knife/encrypt_remove.rb

This file was deleted.

32 changes: 0 additions & 32 deletions lib/chef/knife/encrypt_rotate_keys.rb

This file was deleted.

51 changes: 0 additions & 51 deletions lib/chef/knife/encrypt_update.rb

This file was deleted.

33 changes: 0 additions & 33 deletions lib/chef/knife/mixin/compat.rb

This file was deleted.

2 changes: 0 additions & 2 deletions lib/chef/knife/vault_base.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@ def self.included(includer)
includer.class_eval do
deps do
require "chef/search/query"
require File.expand_path("../mixin/compat", __FILE__)
require File.expand_path("../mixin/helper", __FILE__)
include ChefVault::Mixin::KnifeCompat
include ChefVault::Mixin::Helper
end

Expand Down
58 changes: 0 additions & 58 deletions lib/chef/knife/vault_decrypt.rb

This file was deleted.

0 comments on commit f60e248

Please sign in to comment.