aboutsummaryrefslogtreecommitdiff
path: root/profiles/base/edge.yaml
blob: efd3442dff31c4eb2b2686cce35895c7f91ccb70 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
### Edge Base Variables

_base-edge: &_base-edge
  # base from current (at the moment)
  <<: *_base-current
  # overrides (if any)

  # base repos/pkgs/svcs for edge
  repos: &_base-edge-repos
    <<: *_base-current-repos
    # overrides (if any)
  pkgs: &_base-edge-pkgs
    <<: *_base-current-pkgs
    # overrides (if any)
  svcs: &_base-edge-svcs
    <<: *_base-current-svcs
    # overrides (if any)