summaryrefslogtreecommitdiff
path: root/chef-demo.morph
diff options
context:
space:
mode:
Diffstat (limited to 'chef-demo.morph')
-rw-r--r--chef-demo.morph13
1 files changed, 13 insertions, 0 deletions
diff --git a/chef-demo.morph b/chef-demo.morph
new file mode 100644
index 00000000..606fad5e
--- /dev/null
+++ b/chef-demo.morph
@@ -0,0 +1,13 @@
+name: chef-demo
+kind: cluster
+description: |
+ Deploy a demo Chef system.
+systems:
+- morph: chef-system-x86_32-container
+ deploy:
+ chef-demo:
+ type: tar
+ location: chef-demo.tar
+ # If you put 'yes' without the quotes yaml converts it to True. Thanks yaml.
+ REMOVE_GCC: "yes"
+ INIT_SYSTEM: busybox