pndaproject / pnda-heat-templates

Resources for launching PNDA on Openstack
Other
2 stars 26 forks source link

SALTSTACK-GPG-KEY.pub fails through http from http://repo.saltstack.com #121

Closed boopalans closed 7 years ago

boopalans commented 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.

trsmith2 commented 7 years ago

Fixed by https://github.com/pndaproject/pnda-heat-templates/pull/122