This is an automated email from the ASF dual-hosted git repository. brandonwilliams pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/cassandra-builds.git
The following commit(s) were added to refs/heads/trunk by this push: new 5310698 Update puppet.conf 5310698 is described below commit 531069897cb1f47f4b48efa6e9a394fda50d6c4f Author: Brandon Williams <dri...@gmail.com> AuthorDate: Fri Mar 8 13:40:59 2024 -0600 Update puppet.conf Patch by brandonwilliams for INFRA-25584 --- jenkins-dsl/agent-install.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/jenkins-dsl/agent-install.sh b/jenkins-dsl/agent-install.sh index 4f7f611..656c85f 100644 --- a/jenkins-dsl/agent-install.sh +++ b/jenkins-dsl/agent-install.sh @@ -83,6 +83,9 @@ apt-get install -y puppet-agent sh -c 'cat >> /etc/puppetlabs/puppet/puppet.conf << EOF [main] -server = pm01-lw-us.apache.org +use_srv_records = true +srv_domain = apache.org + +environment = production EOF' --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org