Closed boopalans closed 7 years ago
Getting salt stack key from http://repo.saltstack.com/apt/ubuntu/14.04/amd64/archive/2015.8.11/SALTSTACK-GPG-KEY.pub and http://repo.saltstack.com/apt/ubuntu/14.04/amd64/archive/2015.8.11/ trusty main
is failing, if the the company infrastructure not allowed http, but https is working.
Issue : https://github.com/pndaproject/pnda-heat-templates/blob/develop/scripts/package_install.sh#L13
Fix : Change http to https.
Fixed by https://github.com/pndaproject/pnda-heat-templates/pull/122
Getting salt stack key from http://repo.saltstack.com/apt/ubuntu/14.04/amd64/archive/2015.8.11/SALTSTACK-GPG-KEY.pub and http://repo.saltstack.com/apt/ubuntu/14.04/amd64/archive/2015.8.11/ trusty main
is failing, if the the company infrastructure not allowed http, but https is working.
Issue : https://github.com/pndaproject/pnda-heat-templates/blob/develop/scripts/package_install.sh#L13
Fix : Change http to https.