Skip to content

Commit f894c9e

Browse files
author
gau1991
committed
Fixed MySQL host in Postfix configuration
1 parent 54fff3b commit f894c9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ee/cli/plugins/stack.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -776,7 +776,7 @@ def post_pref(self, apt_packages, packages):
776776
Log.debug(self, "Creating directory "
777777
"/etc/postfix/mysql/")
778778
os.makedirs('/etc/postfix/mysql/')
779-
data = dict(password=vm_passwd, host=EEVariables.ee_mysql)
779+
data = dict(password=vm_passwd, host=EEVariables.ee_mysql_host)
780780
vm_config = open('/etc/postfix/mysql/virtual_alias_maps.cf',
781781
'w')
782782
self.app.render((data), 'virtual_alias_maps.mustache',

0 commit comments

Comments
 (0)