From 8582edbf7a1d10a959f08756c9276e331d0a1c1a Mon Sep 17 00:00:00 2001 From: James Bromberger Date: Sat, 9 Nov 2013 09:22:30 +0000 Subject: [PATCH] Update official Debian manifest file. --- manifests/ec2-ebs-debian-official.manifest.json | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/manifests/ec2-ebs-debian-official.manifest.json b/manifests/ec2-ebs-debian-official.manifest.json index 6292fe5..730c801 100644 --- a/manifests/ec2-ebs-debian-official.manifest.json +++ b/manifests/ec2-ebs-debian-official.manifest.json @@ -25,15 +25,26 @@ "partitions": { "type": "none", "root": { - "size": 1024, + "size": 8192, "filesystem": "ext4" } } }, "plugins": { - "admin_user": { + "backports": { "enabled": true, - "username": "admin" + "packages": [ "cloud-init" ] + }, + "user_packages": { + "enabled": true, + "repo": [ "sudo" ], + "local": [] + }, + "sed": { + "enabled": true, + "file": "etc/cloud/cloud.cfg", + "find": "^ name: debian$", + "replace": " name: admin\n sudo: ALL=(ALL) NOPASSWD:ALL\n shell: /bin/bash" } } }