File tree Expand file tree Collapse file tree 2 files changed +36
-0
lines changed Expand file tree Collapse file tree 2 files changed +36
-0
lines changed Original file line number Diff line number Diff line change
1
+ pe_databases::facts_tables_repack_timer :
2
+ ' Tue,Sat *-*-* 04:30:00'
3
+ pe_databases::catalogs_tables_repack_timer :
4
+ ' Sun,Thu *-*-* 04:30:00'
5
+ pe_databases::other_tables_repack_timer :
6
+ ' *-*-20 05:30:00'
7
+ pe_databases::activity_tables_repack_timer :
8
+ ' Wed,Fri *-*-* 04:30:00'
9
+ pe_databases::pg_repack::fact_tables :
10
+ - factsets
11
+ - fact_paths
12
+ pe_databases::pg_repack::catalog_tables :
13
+ - catalogs
14
+ - catalog_resources
15
+ - catalog_inputs
16
+ - edges
17
+ - certnames
18
+ pe_databases::pg_repack::other_tables :
19
+ - producers
20
+ - resource_params
21
+ - resource_params_cache
22
+ pe_databases::pg_repack::activity_tables :
23
+ - events
24
+ - event_commits
25
+ pe_databases::pg_repack::repack_log_level : ' INFO'
26
+ pe_databases::pg_repack::enable_echo : false
Original file line number Diff line number Diff line change
1
+ ---
2
+ version : 5
3
+
4
+ defaults : # Used for any hierarchy level that omits these keys.
5
+ datadir : data # This path is relative to hiera.yaml's directory.
6
+ data_hash : yaml_data # Use the built-in YAML backend.
7
+
8
+ hierarchy :
9
+ - name : ' rspec'
10
+ path : ' rspec.yaml'
You can’t perform that action at this time.
0 commit comments