Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion hiera.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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/encnew
data_hash: yaml_data

hierarchy:
Expand Down
2 changes: 1 addition & 1 deletion linuxaid_enc.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

CERTNAME = ARGV[0]
MAX_TAGS = 10
DEFAULT_HIERA_BRANCH = 'main'
DEFAULT_HIERA_BRANCH = 'encnew'
OBMONDO_MONITOR = true
SUBSCRIPTION = false
HIERA_DATADIR = '../../hiera-data'
Expand Down