Skip to content
tylerflint edited this page May 7, 2013 · 1 revision

The actual image configuration is quite lean, you will only need to specify a name and a provisioner. The meat of the configuration will live within the provisioner block.

config.image :image do |image|
  image.provision :chef_solo do |chef|
    # most of the config lives here
  end
end
Clone this wiki locally