diff --git a/tests/beaker/test_run_scripts/integration_tests.sh b/tests/beaker/test_run_scripts/integration_tests.sh index 409c424b..9f7a18f8 100755 --- a/tests/beaker/test_run_scripts/integration_tests.sh +++ b/tests/beaker/test_run_scripts/integration_tests.sh @@ -9,7 +9,7 @@ if [ $SCRIPT_BASE_PATH = "test_run_scripts" ]; then cd ../ fi -export pe_dist_dir="http://enterprise.delivery.puppetlabs.net/2015.3/ci-ready" +export pe_dist_dir="https://artifactory.delivery.puppetlabs.net/artifactory/generic_enterprise__local/2018.1/ci-ready" export GEM_SOURCE=https://artifactory.delivery.puppetlabs.net/artifactory/api/gems/rubygems/ bundle install --without build development test --path .bundle/gems diff --git a/tests/beaker/test_run_scripts/integration_tests_aix.sh b/tests/beaker/test_run_scripts/integration_tests_aix.sh index 916ec817..798300cf 100755 --- a/tests/beaker/test_run_scripts/integration_tests_aix.sh +++ b/tests/beaker/test_run_scripts/integration_tests_aix.sh @@ -9,7 +9,7 @@ if [ $SCRIPT_BASE_PATH = "test_run_scripts" ]; then cd ../ fi -export pe_dist_dir="http://pe-releases.puppetlabs.lan/2015.3.3" +export pe_dist_dir="https://artifactory.delivery.puppetlabs.net/artifactory/generic_enterprise__local/archives/releases/2015.3.3" export GEM_SOURCE=https://artifactory.delivery.puppetlabs.net/artifactory/api/gems/rubygems/ bundle install --without build development test --path .bundle/gems