diff options
-rw-r--r-- | Makefile | 1 | ||||
-rw-r--r-- | tools/cloud-init/AWS/cloud-init.list.chroot | 1 |
2 files changed, 1 insertions, 1 deletions
@@ -127,7 +127,6 @@ GCE-debug: clean prepare AWS: clean prepare @set -e @echo "It's not like I'm building this specially for you or anything!" - wget -O build/config/packages.chroot/amazon-cloudwatch-agent-amd64.deb https://s3.eu-central-1.amazonaws.com/amazoncloudwatch-agent-eu-central-1/debian/amd64/latest/amazon-cloudwatch-agent.deb mkdir -p build/config/includes.chroot/etc/cloud/cloud.cfg.d cp tools/cloud-init/AWS/90_dpkg.cfg build/config/includes.chroot/etc/cloud/cloud.cfg.d/ cp tools/cloud-init/AWS/cloud-init.list.chroot build/config/package-lists/ diff --git a/tools/cloud-init/AWS/cloud-init.list.chroot b/tools/cloud-init/AWS/cloud-init.list.chroot index 0858effd..86c81d0f 100644 --- a/tools/cloud-init/AWS/cloud-init.list.chroot +++ b/tools/cloud-init/AWS/cloud-init.list.chroot @@ -1,2 +1,3 @@ cloud-init awscli +amazon-cloudwatch-agent |