タグ

ブックマーク / jbbarth.com (1)

  • jbbarth's. Vagrant provisioning with chef-solo

    vagrant is a wonderful tool when you want to manage virtual machines in a development context. It even supports chef-solo provisioning. Today I wanted to run a vagrant VM with the same chef-solo configuration I have on the host. So here’s the first Vagrantfile I wrote: Vagrant::Config.run do |config| config.vm.box = "debian_squeeze_32" config.vm.share_folder "chef-cookbooks", "/var/chef", "/var/ch

    tlync
    tlync 2012/07/18
    vagrant と chef-solo で設定の json を共用する方法
  • 1