Add TODO comment

This commit is contained in:
Lance Edgar 2019-09-26 22:02:02 -05:00
parent 8e34ee2f17
commit 477af6c6a0

View file

@ -34,6 +34,7 @@ def install(c):
""" """
Install the MySQL database service Install the MySQL database service
""" """
# TODO: must install 'mysql-server' instead for Ubuntu 16.04
apt.install(c, 'default-mysql-server') apt.install(c, 'default-mysql-server')