Class: Pantry::Chef::UploadRole
- Inherits:
-
Pantry::Commands::UploadFile
- Object
- Pantry::Commands::UploadFile
- Pantry::Chef::UploadRole
- Defined in:
- lib/pantry/chef/upload_role.rb
Overview
Upload a role definition to the server
Instance Method Summary collapse
Instance Method Details
#prepare_message(*args) ⇒ Object
20 21 22 23 |
# File 'lib/pantry/chef/upload_role.rb', line 20 def (*args) Pantry.ui.say("Uploading role #{File.basename(file_to_upload)}...") super end |
#required_options ⇒ Object
12 13 14 |
# File 'lib/pantry/chef/upload_role.rb', line 12 def %i(application) end |