aboutsummaryrefslogtreecommitdiffstats
path: root/testing/cloud-init/cloud.cfg
diff options
context:
space:
mode:
authorMatt Dainty <matt+alpine@bodgit-n-scarper.com>2016-04-01 16:40:22 +0100
committerNatanael Copa <ncopa@alpinelinux.org>2016-06-15 09:58:18 +0000
commit2dcaac18ed7e395f5613b92d2e481e4380337929 (patch)
tree27755d551de6d32254fd6690dfce672c7dbf7949 /testing/cloud-init/cloud.cfg
parent5a72214e4926eadf68b15b44e26d4f69fcb431ce (diff)
downloadaports-2dcaac18ed7e395f5613b92d2e481e4380337929.tar.bz2
aports-2dcaac18ed7e395f5613b92d2e481e4380337929.tar.xz
testing/cloud-init: fix user creation
User creation wasn't unlocking the user so SSH access didn't work, the default user should not be locked either. Also add e2fsprogs-extra as a dependency so that the resize filesystem functionality works out of the box.
Diffstat (limited to 'testing/cloud-init/cloud.cfg')
-rw-r--r--testing/cloud-init/cloud.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/testing/cloud-init/cloud.cfg b/testing/cloud-init/cloud.cfg
index c300588c0d..a526cdb5e2 100644
--- a/testing/cloud-init/cloud.cfg
+++ b/testing/cloud-init/cloud.cfg
@@ -68,6 +68,7 @@ system_info:
gecos: Alpine
sudo: ["ALL=(ALL) NOPASSWD:ALL"]
shell: /bin/bash
+ lock_passwd: false
# Other config here will be given to the distro class and/or path classes
paths:
cloud_dir: /var/lib/cloud/