From 16d4cfffffcbeaf360c7d3b1c59d536167aef522 Mon Sep 17 00:00:00 2001 From: Jonathan Maw Date: Fri, 10 May 2013 10:00:03 +0000 Subject: Don't create users This will be handled by the trove configuration-extension --- bins/trove-early-setup | 1 - 1 file changed, 1 deletion(-) diff --git a/bins/trove-early-setup b/bins/trove-early-setup index 82aec11..e724fae 100755 --- a/bins/trove-early-setup +++ b/bins/trove-early-setup @@ -27,7 +27,6 @@ hostname-not-baserock: define make_user_rules /home/$1/.created: - adduser -g "Trove $1 service" -s /bin/bash -D $1 su -c 'mkdir .ssh; chmod 750 .ssh' - $1 su -c 'ssh-keygen -t rsa -N "" -q -f .ssh/id_rsa' - $1 (cat /etc/ssh/ssh_host_*_key.pub | cut -d\ -f1,2 | \ -- cgit v1.2.1