Class: Chef::Knife::EncryptRotateKeys
- Inherits:
-
VaultRotateKeys
- Object
- Chef::Knife
- VaultRotateKeys
- Chef::Knife::EncryptRotateKeys
- Includes:
- VaultBase
- Defined in:
- lib/chef/knife/encrypt_rotate_keys.rb
Instance Method Summary collapse
Methods included from VaultBase
Instance Method Details
#run ⇒ Object
26 27 28 29 |
# File 'lib/chef/knife/encrypt_rotate_keys.rb', line 26 def run $stdout.puts "DEPRECATION WARNING: knife encrypt is deprecated. Please use knife vault instead." super end |