Skip to content

Commit f06440d

Browse files
committed
grafana: Switch deb repo to verbatim mode
Simple is too limited: Simple publishing forces everything into a single layout (default all), preventing you from separating packages into distinct suites (e.g., stable, testing) or components (e.g., main, contrib). Since it's a 1:1 mirror - we should switch to verbatim which clones the upstream repo 1:1.
1 parent eb26317 commit f06440d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ansible/inventory/group_vars/all/deb-package-repos

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,7 @@ deb_package_repos:
227227
policy: immediate
228228
distributions: stable
229229
components: main
230+
mode: verbatim
230231
base_path: grafana/oss/apt/
231232
short_name: ubuntu_noble_grafana
232233
sync_group: grafana

0 commit comments

Comments
 (0)