diff --git a/servers/install-server b/servers/install-server index 8f98a77bdb..28f41ad06b 100755 --- a/servers/install-server +++ b/servers/install-server @@ -33,7 +33,7 @@ yes '' | apt-get install -t squeeze-backports puppet git EOF # Give new server git access -# TODO: Don't give servers pull access to our git! +# TODO: Don't give servers push access to our git! scp -i ~/humbug/humbug.pem ~/humbug/servers/puppet/files/id_rsa root@"$server":/root/.ssh/id_rsa ssh "$server" -t -i ~/humbug/humbug.pem -lroot <