Skip to content

Commit d0a6393

Browse files
authored
remove secondary signals from sircal configs (#2124)
1 parent f543fe9 commit d0a6393

File tree

2 files changed

+2
-14
lines changed

2 files changed

+2
-14
lines changed

ansible/templates/sir_complainsalot-params-prod.json.j2

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,7 @@
4444
},
4545
"nssp": {
4646
"max_age":19,
47-
"maintainers": [],
48-
"retired-signals": [
49-
"pct_ed_visits_combined_2023rvr",
50-
"pct_ed_visits_covid_2023rvr",
51-
"pct_ed_visits_influenza_2023rvr",
52-
"pct_ed_visits_rsv_2023rvr"
53-
]
47+
"maintainers": []
5448
},
5549
"nhsn": {
5650
"max_age":19,

sir_complainsalot/params.json.template

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,7 @@
4444
},
4545
"nssp": {
4646
"max_age":19,
47-
"maintainers": [],
48-
"retired-signals": [
49-
"pct_ed_visits_combined_2023rvr",
50-
"pct_ed_visits_covid_2023rvr",
51-
"pct_ed_visits_influenza_2023rvr",
52-
"pct_ed_visits_rsv_2023rvr"
53-
]
47+
"maintainers": []
5448
}
5549
}
5650
}

0 commit comments

Comments
 (0)