summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPedro Alvarez <pedro.alvarez@codethink.co.uk>2014-07-23 13:41:06 +0000
committerPedro Alvarez <pedro.alvarez@codethink.co.uk>2014-07-23 13:41:06 +0000
commit130d51acc5b0becd64e7007f9dfe41a6e022eaec (patch)
tree28898cb9d28178ec77e9ee3c2d11998b8fae52a0
parenteeb4923b3528ebf4d93d8297b2d489738c3ea7c3 (diff)
downloadcloud-init-130d51acc5b0becd64e7007f9dfe41a6e022eaec.tar.gz
Not enable the cloud-init units by defaultbaserock/pedroalvarez/add-more-openstack-clientsbaserock/morph
-rw-r--r--cloud-init.morph10
1 files changed, 0 insertions, 10 deletions
diff --git a/cloud-init.morph b/cloud-init.morph
index ce646b54..94ef96d8 100644
--- a/cloud-init.morph
+++ b/cloud-init.morph
@@ -4,13 +4,3 @@ build-system: python-distutils
post-install-commands:
- mkdir -p "$DESTDIR"/lib/systemd/system
- cp systemd/* "$DESTDIR"/lib/systemd/system/
- - mkdir -p "$DESTDIR"/etc/systemd/system/
- - >
- for S in $(cd systemd; ls *.service); do
- ln -s /lib/systemd/system/$S "$DESTDIR"/etc/systemd/system/$S;
- done
- - mkdir -p "$DESTDIR"/lib/systemd/system/multi-user.target.wants/
- - >
- for S in $(cd systemd; ls *.service); do
- ln -s /lib/systemd/system/$S "$DESTDIR"/lib/systemd/system/multi-user.target.wants/$S;
- done