Sha256: 058c282a942dd980c6f7555bd0d9816c2931cb0564849049b801f5cb9fa9417b

Contents?: true

Size: 408 Bytes

Versions: 1

Compression:

Stored size: 408 Bytes

Contents

with_kitchen_yaml '.kitchen.yml'
log_level :info

instance 'web-ubuntu-1404' do
  depends 'app-ubuntu-1404'
  actions :converge, :converge, :verify
  address "10.11.11.12"
  cleanup true
end

instance 'app-ubuntu-1404' do
  depends 'db-ubuntu-1404'
  actions :converge, :converge, :verify
  address "10.11.11.11"
  cleanup true
end

instance 'db-ubuntu-1404' do
  address "10.11.11.10"
  actions :create
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
cocina-0.3.1 example/Cocinafile