tasks/ci.rake in beaker-puppet-1.28.0 vs tasks/ci.rake in beaker-puppet-1.29.0

- old
+ new

@@ -108,11 +108,11 @@ Used to build a github url. If unset, this defaults to 'github.com'. This can be used to pull a github repo from a unique server location. $project_SERVER: Similar to SERVER, but project specific. If you have only one project (i.e., hiera) that you - want to pull from a different server then all the others, you could set HIERA_SERVER=179.0.0.1, - and you would get back 'https://179.0.0.1/puppetlabs-hiera.git'. + want to pull from a different server then all the others, you could set HIERA_SERVER=192.0.2.1, + and you would get back 'https://192.0.2.1/puppetlabs-hiera.git'. RUNTIME_BRANCH: Currently only used with git-based testing. This must correspond to a branch in the puppet-agent repo. We use it to determine the tag of the agent-runtime package that we want. We also use it to construct the agent-runtime archive name (ie agent-runtime-${branch}-${tag})