Skip to content

Instantly share code, notes, and snippets.

@alappe
Created March 26, 2014 16:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alappe/9787832 to your computer and use it in GitHub Desktop.
Save alappe/9787832 to your computer and use it in GitHub Desktop.
---
driver:
name: vagrant
synced_folders:
- ["feebame", "/opt/feebame", "create: true, type: :nfs"]
provisioner:
name: chef_solo
platforms:
- name: ubuntu-12.04
driver_config:
provider: vmware_fusion
require_chef_omnibus: true
box_url: http://files.vagrantup.com/precise64_vmware.box
box: precise64
suites:
- name: default
run_list: [
"recipe[mongodb::10gen_repo]",
"recipe[feebame::default]"
]
attributes:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment