From 94fc32a40bf493492906a09e81c497cf50e29edb Mon Sep 17 00:00:00 2001 From: Sam Thursfield Date: Wed, 3 Sep 2014 13:21:13 +0100 Subject: Update chef system --- chef-demo.morph | 2 +- chef-system-x86_64-container.morph | 12 ++++++++---- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/chef-demo.morph b/chef-demo.morph index 606fad5e..eb396b5c 100644 --- a/chef-demo.morph +++ b/chef-demo.morph @@ -3,7 +3,7 @@ kind: cluster description: | Deploy a demo Chef system. systems: -- morph: chef-system-x86_32-container +- morph: chef-system-x86_64-container.morph deploy: chef-demo: type: tar diff --git a/chef-system-x86_64-container.morph b/chef-system-x86_64-container.morph index c54a6abf..3e81c73e 100644 --- a/chef-system-x86_64-container.morph +++ b/chef-system-x86_64-container.morph @@ -10,16 +10,20 @@ configuration-extensions: - busybox-init - remove-gcc strata: -- morph: strata/build-essential.morph +- name: build-essential + morph: strata/build-essential.morph artifacts: - build-essential-minimal -- morph: strata/core.morph +- name: core + morph: strata/core.morph artifacts: - core-openssl -- morph: strata/foundation.morph +- name: foundation + morph: strata/foundation.morph artifacts: - foundation-runtime -- morph: strata/ruby.morph +- name: ruby + morph: strata/ruby.morph artifacts: - ruby-runtime - name: chef -- cgit v1.2.1