# File lib/meez/meez.rb, line 100
  def self.init_vagrant(cookbook_name, options)
    puts '* Initializing Vagrantfile'
    path = File.join(options[:path], cookbook_name)
    write_template('Vagrantfile.erb', path, cookbook_name, options)
  end