Skip to content

Commit

Permalink
Add rspec specific hierarchy
Browse files Browse the repository at this point in the history
  • Loading branch information
m0dular committed Jan 30, 2024
1 parent 1f8389f commit ee1a976
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
26 changes: 26 additions & 0 deletions data/rspec.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
pe_databases::facts_tables_repack_timer:
'Tue,Sat *-*-* 04:30:00'
pe_databases::catalogs_tables_repack_timer:
'Sun,Thu *-*-* 04:30:00'
pe_databases::other_tables_repack_timer:
'*-*-20 05:30:00'
pe_databases::activity_tables_repack_timer:
'Wed,Fri *-*-* 04:30:00'
pe_databases::pg_repack::fact_tables:
- factsets
- fact_paths
pe_databases::pg_repack::catalog_tables:
- catalogs
- catalog_resources
- catalog_inputs
- edges
- certnames
pe_databases::pg_repack::other_tables:
- producers
- resource_params
- resource_params_cache
pe_databases::pg_repack::activity_tables:
- events
- event_commits
pe_databases::pg_repack::repack_log_level: 'INFO'
pe_databases::pg_repack::enable_echo: false
10 changes: 10 additions & 0 deletions hiera-rspec.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
version: 5

defaults: # Used for any hierarchy level that omits these keys.
datadir: data # This path is relative to hiera.yaml's directory.
data_hash: yaml_data # Use the built-in YAML backend.

hierarchy:
- name: 'rspec'
path: 'rspec.yaml'

0 comments on commit ee1a976

Please sign in to comment.