diff --git a/acceptance/tests/test_upgrade_puppet6_to_puppet7.rb b/acceptance/tests/test_upgrade_puppet6_to_puppet7.rb index f79d467f..0064d66a 100644 --- a/acceptance/tests/test_upgrade_puppet6_to_puppet7.rb +++ b/acceptance/tests/test_upgrade_puppet6_to_puppet7.rb @@ -21,10 +21,10 @@ class { puppet_agent: package_version => $_package_version, - apt_source => 'http://nightlies.puppet.com/apt', - yum_source => 'http://nightlies.puppet.com/yum', - mac_source => 'http://nightlies.puppet.com/downloads', - windows_source => 'http://nightlies.puppet.com/downloads', + apt_source => 'https://artifactory.delivery.puppetlabs.net:443/artifactory/internal_nightly__local/apt', + yum_source => 'https://artifactory.delivery.puppetlabs.net:443/artifactory/internal_nightly__local/yum', + mac_source => 'https://artifactory.delivery.puppetlabs.net:443/artifactory/internal_nightly__local/downloads', + windows_source => 'https://artifactory.delivery.puppetlabs.net:443/artifactory/internal_nightly__local/downloads', collection => 'puppet7-nightly', service_names => [] } diff --git a/acceptance/tests/test_upgrade_puppet7_to_puppet8.rb b/acceptance/tests/test_upgrade_puppet7_to_puppet8.rb index 6adf710a..8fd60cc5 100644 --- a/acceptance/tests/test_upgrade_puppet7_to_puppet8.rb +++ b/acceptance/tests/test_upgrade_puppet7_to_puppet8.rb @@ -21,10 +21,10 @@ class { puppet_agent: package_version => $_package_version, - apt_source => 'https://nightlies.puppet.com/apt', - yum_source => 'https://nightlies.puppet.com/yum', - mac_source => 'https://nightlies.puppet.com/downloads', - windows_source => 'https://nightlies.puppet.com/downloads', + apt_source => 'https://artifactory.delivery.puppetlabs.net:443/artifactory/internal_nightly__local/apt', + yum_source => 'https://artifactory.delivery.puppetlabs.net:443/artifactory/internal_nightly__local/yum', + mac_source => 'https://artifactory.delivery.puppetlabs.net:443/artifactory/internal_nightly__local/downloads', + windows_source => 'https://artifactory.delivery.puppetlabs.net:443/artifactory/internal_nightly__local/downloads', collection => 'puppet8-nightly', service_names => [] }