Closed boopalans closed 7 years ago
Issue 121: SALTSTACK-GPG-KEY.pub fails through http from http://repo.saltstack.com
If the IT infrastructure in an organization not allowed http traffic, then getting the key from "http://repo.saltstack.com/apt/ubuntu/14.04/amd64/archive/2015.8.11/SALTSTACK-GPG-KEY.pub" will be failed, because of that the deployment will not be successful.
Fix : Change http to https
scripts/package_install.sh curl -L 'https://repo.saltstack.com/apt/ubuntu/14.04/amd64/archive/2015.8.11/SALTSTACK-GPG-KEY.pub' | apt-key add - ) && echo 'deb [arch=amd64] https://repo.saltstack.com/apt/ubuntu/14.04/amd64/archive/2015.8.11/ trusty main' > /etc/apt/sources.list.d/saltstack.list
Problem Statement:
Issue 121: SALTSTACK-GPG-KEY.pub fails through http from http://repo.saltstack.com
Analysis:
If the IT infrastructure in an organization not allowed http traffic, then getting the key from "http://repo.saltstack.com/apt/ubuntu/14.04/amd64/archive/2015.8.11/SALTSTACK-GPG-KEY.pub" will be failed, because of that the deployment will not be successful.
Solution:
Fix : Change http to https
Files Changed :
scripts/package_install.sh curl -L 'https://repo.saltstack.com/apt/ubuntu/14.04/amd64/archive/2015.8.11/SALTSTACK-GPG-KEY.pub' | apt-key add - ) && echo 'deb [arch=amd64] https://repo.saltstack.com/apt/ubuntu/14.04/amd64/archive/2015.8.11/ trusty main' > /etc/apt/sources.list.d/saltstack.list
Tests: