Index: trunk/host/credit-card/host.py
===================================================================
--- trunk/host/credit-card/host.py	(revision 2246)
+++ trunk/host/credit-card/host.py	(revision 2269)
@@ -60,5 +60,6 @@
     ('root', 0o644, 'etc/ssh/ssh_host_rsa_key.pub'),
 
-    ('sql', 0o600, 'etc/sql-mit-edu.cfg.php'),
+    ('sql', 0o600, 'etc/sql-mit-edu.cfg.php'), # technically doesn't have to be secret anymore
+    ('sql', 0o600, 'etc/sql-password'),
     ('signup', 0o600, 'etc/signup-ldap-pw'),
     ]
