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