We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cd8fb6 commit c79eaa0Copy full SHA for c79eaa0
ee/cli/plugins/stack.py
@@ -90,7 +90,7 @@ def pre_pref(self, apt_packages):
90
Log.debug(self, 'Adding key for {0}'
91
.format(EEVariables.ee_mysql_repo))
92
EERepo.add_key(self, '1C4CBDCDCD2EFD2A',
93
- keyserver="http://keyserver.ubuntu.com:80")
+ keyserver="keyserver.ubuntu.com")
94
chars = ''.join(random.sample(string.ascii_letters, 8))
95
Log.debug(self, "Pre-seeding MySQL")
96
EEShellExec.cmd_exec(self, "echo \"percona-server-server-5.6 "
0 commit comments