class Chef::Knife::CookbookSiteInstall
Public Instance Methods
run()
click to toggle source
Calls superclass method
Chef::Knife::SupermarketInstall#run
# File lib/chef/knife/cookbook_site_install.rb, line 33 def run Chef::Log.warn("knife cookbook site install has been deprecated in favor of knife supermarket install. In #{Chef::Dist::PRODUCT} 16 (April 2020) this will result in an error!") super end