From 71412ff696596340a66190c5569398d7e37a9506 Mon Sep 17 00:00:00 2001 From: Nitish Malang Date: Mon, 6 Apr 2026 13:13:29 +0530 Subject: [PATCH 1/3] testing change --- .codex | 0 linuxaid_enc.rb | 2 +- puppet_enc.rb | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 .codex diff --git a/.codex b/.codex new file mode 100644 index 00000000..e69de29b diff --git a/linuxaid_enc.rb b/linuxaid_enc.rb index 0f8651a4..248fd946 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 = 'blacklist' OBMONDO_MONITOR = true SUBSCRIPTION = false HIERA_DATADIR = '../../hiera-data' diff --git a/puppet_enc.rb b/puppet_enc.rb index 5c54c513..8b5b146e 100755 --- a/puppet_enc.rb +++ b/puppet_enc.rb @@ -23,7 +23,7 @@ MAX_TAGS = 10 # NOTE: Change this to your feature branch, if you want to test your input from hiera -DEFAULT_HIERA_BRANCH = 'main' +DEFAULT_HIERA_BRANCH = 'blacklist' (hostname, customer_id) = CERTNAME.split('.', 2) customer_host_re = /^[a-z0-9-]+$/ From 7d2a45af3641e6501703bf86a364724b2b258ef9 Mon Sep 17 00:00:00 2001 From: Nitish Malang Date: Mon, 6 Apr 2026 15:15:34 +0530 Subject: [PATCH 2/3] testing change --- hiera.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hiera.yaml b/hiera.yaml index 989092ee..b74660f4 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/abbnoa6nlk/blacklist data_hash: yaml_data hierarchy: From 0d2c976cb6cbafc785e61c199e051f86dddba2f3 Mon Sep 17 00:00:00 2001 From: Nitish Malang <71919457+nitishmalang@users.noreply.github.com> Date: Mon, 6 Apr 2026 15:17:54 +0530 Subject: [PATCH 3/3] Delete .codex --- .codex | 0 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 .codex diff --git a/.codex b/.codex deleted file mode 100644 index e69de29b..00000000