summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Silverstone <daniel.silverstone@codethink.co.uk>2012-09-24 16:52:00 +0100
committerDaniel Silverstone <daniel.silverstone@codethink.co.uk>2012-09-24 16:52:00 +0100
commit6243ae5bc860352852b6927b6b0aacff0564d8a3 (patch)
tree2ca11f83909388ae375f92d86ec2b9c43b67b500
parent7f12b19b9646bf5f4cf6664c521a3faf9bf17e78 (diff)
downloadtrove-setup-6243ae5bc860352852b6927b6b0aacff0564d8a3.tar.gz
Update with trove hostname
-rwxr-xr-xbins/trove-early-setup1
-rw-r--r--gitano-admin/users/lorry/user.conf2
2 files changed, 2 insertions, 1 deletions
diff --git a/bins/trove-early-setup b/bins/trove-early-setup
index f381632..92e888a 100755
--- a/bins/trove-early-setup
+++ b/bins/trove-early-setup
@@ -9,6 +9,7 @@ substitutions-done: /etc/trove-setup.sed hostname-not-baserock
sed -f /etc/trove-setup.sed -i \
/usr/share/gitano/skel/gitano-admin/*/*.lace \
/usr/share/gitano/skel/gitano-admin/*/*.lua \
+ /usr/share/gitano/skel/users/*/user.conf \
/etc/cgitrc /etc/gitano-setup.clod /etc/lorry.conf
/etc/trove-setup.sed:
diff --git a/gitano-admin/users/lorry/user.conf b/gitano-admin/users/lorry/user.conf
index 417950b..f21fac7 100644
--- a/gitano-admin/users/lorry/user.conf
+++ b/gitano-admin/users/lorry/user.conf
@@ -1,2 +1,2 @@
-email_address "lorry@trove-instance"
+email_address "lorry@##TROVE_HOSTNAME##"
real_name "Source Code Lorry Service"