summaryrefslogtreecommitdiff
path: root/strata/cloudinit-support/cloud-init.morph
diff options
context:
space:
mode:
Diffstat (limited to 'strata/cloudinit-support/cloud-init.morph')
-rw-r--r--strata/cloudinit-support/cloud-init.morph22
1 files changed, 22 insertions, 0 deletions
diff --git a/strata/cloudinit-support/cloud-init.morph b/strata/cloudinit-support/cloud-init.morph
new file mode 100644
index 00000000..4b0b8999
--- /dev/null
+++ b/strata/cloudinit-support/cloud-init.morph
@@ -0,0 +1,22 @@
+name: cloud-init
+kind: chunk
+description: ''
+max-jobs: null
+products: []
+build-system: python-distutils
+pre-configure-commands: []
+configure-commands: []
+post-configure-commands: []
+pre-build-commands: []
+build-commands: []
+post-build-commands: []
+pre-install-commands: []
+install-commands: []
+post-install-commands:
+- mkdir -p "$DESTDIR"/lib/systemd/system
+- cp systemd/* "$DESTDIR"/lib/systemd/system/
+devices: []
+post-test-commands: []
+pre-test-commands: []
+system-integration: []
+test-commands: []