Skip to content

Commit cd9b83f

Browse files
authored
Merge pull request #331 from arsing/patch-1
Fixed URLs for post-RTM mssql-server repo
2 parents 036e7e3 + 7344f75 commit cd9b83f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • samples/features/high availability/Linux/Ansible Playbook

samples/features/high availability/Linux/Ansible Playbook/play.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77

88
vars:
99
# The URL of the repo to fetch the mssql-server and mssql-server-ha packages from
10-
centos_server_repo_url: 'https://packages.microsoft.com/config/rhel/7/mssql-server.repo'
11-
ubuntu_server_repo_url: 'https://packages.microsoft.com/config/ubuntu/16.04/mssql-server.list'
10+
centos_server_repo_url: 'https://packages.microsoft.com/config/rhel/7/mssql-server-2017.repo'
11+
ubuntu_server_repo_url: 'https://packages.microsoft.com/config/ubuntu/16.04/mssql-server-2017.list'
1212

1313
# The URL of the repo to fetch the mssql-tools package from
1414
centos_tools_repo_url: 'https://packages.microsoft.com/config/rhel/7/prod.repo'

0 commit comments

Comments
 (0)