Class: Chef::Knife::EncryptUpdate
- Inherits:
-
VaultUpdate
- Object
- Chef::Knife
- VaultUpdate
- Chef::Knife::EncryptUpdate
- Includes:
- VaultBase
- Defined in:
- lib/chef/knife/encrypt_update.rb
Instance Method Summary collapse
Methods included from VaultBase
Instance Method Details
#run ⇒ Object
45 46 47 48 |
# File 'lib/chef/knife/encrypt_update.rb', line 45 def run $stdout.puts "DEPRECATION WARNING: knife encrypt is deprecated. Please use knife vault instead." super end |