From be84a8d290b559bbd053d1aa6d5927e86241fefd Mon Sep 17 00:00:00 2001 From: Nitish Malang Date: Wed, 17 Dec 2025 17:51:44 +0530 Subject: [PATCH 1/2] ssl update for app16 --- hiera.yaml | 2 +- linuxaid_enc.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hiera.yaml b/hiera.yaml index 989092ee..fe4ed9c8 100644 --- a/hiera.yaml +++ b/hiera.yaml @@ -4,7 +4,7 @@ version: 5 defaults: # relative path as per puppetserver on k8s, defaulting to main branch # in case of opensource the customer_id will be empty - datadir: ../../hiera-data/%{hiera_datapath} + datadir: ../../hiera-data/7ejidqmfi9/dkcphapp16 data_hash: yaml_data hierarchy: diff --git a/linuxaid_enc.rb b/linuxaid_enc.rb index 0f8651a4..5a17be12 100755 --- a/linuxaid_enc.rb +++ b/linuxaid_enc.rb @@ -5,7 +5,7 @@ CERTNAME = ARGV[0] MAX_TAGS = 10 -DEFAULT_HIERA_BRANCH = 'main' +DEFAULT_HIERA_BRANCH = 'enc' OBMONDO_MONITOR = true SUBSCRIPTION = false HIERA_DATADIR = '../../hiera-data' From 2a5f91afa834504b41f4890d85acc04e7897693f Mon Sep 17 00:00:00 2001 From: Nitish Malang Date: Thu, 18 Dec 2025 13:34:58 +0530 Subject: [PATCH 2/2] add ssl in cert --- hiera.yaml | 2 +- linuxaid_enc.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hiera.yaml b/hiera.yaml index fe4ed9c8..5e5bf9a9 100644 --- a/hiera.yaml +++ b/hiera.yaml @@ -4,7 +4,7 @@ version: 5 defaults: # relative path as per puppetserver on k8s, defaulting to main branch # in case of opensource the customer_id will be empty - datadir: ../../hiera-data/7ejidqmfi9/dkcphapp16 + datadir: ../../hiera-data/7ejidqmfi9/encnew data_hash: yaml_data hierarchy: diff --git a/linuxaid_enc.rb b/linuxaid_enc.rb index 5a17be12..33a87d40 100755 --- a/linuxaid_enc.rb +++ b/linuxaid_enc.rb @@ -5,7 +5,7 @@ CERTNAME = ARGV[0] MAX_TAGS = 10 -DEFAULT_HIERA_BRANCH = 'enc' +DEFAULT_HIERA_BRANCH = 'encnew' OBMONDO_MONITOR = true SUBSCRIPTION = false HIERA_DATADIR = '../../hiera-data'