Sha256: ded97788b3ca7d80c5aba35b5fb7ed4ed08e83f2541862c023bcf8fb79917619
Contents?: true
Size: 207 Bytes
Versions: 17
Compression:
Stored size: 207 Bytes
Contents
module Context module VagrantHelper def delete_vagrant_box(context, box_name, command_type = :system) context.execute_command(%w(vagrant box remove ) + [box_name], command_type) end end end
Version data entries
17 entries across 17 versions & 1 rubygems