From e3046563a20a3dc666e4ee2873b6ad2f13cf0f85 Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Sun, 30 Mar 2025 02:04:13 +1100 Subject: [PATCH] chore: install consul from package (#233) - upgrade to puppet-consul changed default install method to archive - ensure package method is used - dont manage the repo, consul is packaged by rpmbuilder Reviewed-on: https://git.query.consul/unkinben/puppet-prod/pulls/233 --- hieradata/common.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hieradata/common.yaml b/hieradata/common.yaml index ece85d6..d2871a5 100644 --- a/hieradata/common.yaml +++ b/hieradata/common.yaml @@ -165,6 +165,9 @@ profiles::ntp::client::peers: profiles::base::puppet_servers: - 'prodinf01n01.main.unkin.net' +consul::install_method: 'package' +consul::manage_repo: false + profiles::dns::master::basedir: '/var/named/sources' profiles::dns::base::ns_role: 'roles::infra::dns::resolver' profiles::dns::base::use_ns: 'region'