Skip to content

Instantly share code, notes, and snippets.

@vinyar
Created April 5, 2016 12:56
Show Gist options
  • Save vinyar/895d78c8a04fe96ad46dfab0d0ac524f to your computer and use it in GitHub Desktop.
Save vinyar/895d78c8a04fe96ad46dfab0d0ac524f to your computer and use it in GitHub Desktop.
kitchen precreate command
# pre_create_command = <<-EOH
# if Vagrant.has_plugin?('vagrant-cachier')
# unless (is_windows)
# puts 'hello world'
# config.cache.scope = :box
# config.cache.enable :generic, {
# 'wget' => { cache_dir: '/var/cache/wget' }
# }
# end
# end
# EOH
driver:
name: vagrant
# pre_create_command: echo Hello World # or pre_create_command
customize:
cpus: 2
memory: 2048
natdnshostresolver1: 'on'
natdnsproxy1: 'on'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment