Update official Debian manifest file.

This commit is contained in:
James Bromberger 2013-11-09 09:22:30 +00:00
parent 8e62ffba24
commit 8582edbf7a

View file

@ -25,15 +25,26 @@
"partitions": { "partitions": {
"type": "none", "type": "none",
"root": { "root": {
"size": 1024, "size": 8192,
"filesystem": "ext4" "filesystem": "ext4"
} }
} }
}, },
"plugins": { "plugins": {
"admin_user": { "backports": {
"enabled": true, "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"
} }
} }
} }