Skip to content

Commit

Permalink
Merge pull request #746 from joshcooper/internal-nightlies
Browse files Browse the repository at this point in the history
Update nightly repos for beaker tests
  • Loading branch information
mhashizume authored Dec 16, 2024
2 parents 5c5bdc8 + 1c472fd commit 3041b91
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions acceptance/tests/test_upgrade_puppet6_to_puppet7.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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 => []
}
Expand Down
8 changes: 4 additions & 4 deletions acceptance/tests/test_upgrade_puppet7_to_puppet8.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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 => []
}
Expand Down

0 comments on commit 3041b91

Please sign in to comment.