aboutsummaryrefslogtreecommitdiff
path: root/profiles/base/edge.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/base/edge.yaml')
-rw-r--r--profiles/base/edge.yaml18
1 files changed, 0 insertions, 18 deletions
diff --git a/profiles/base/edge.yaml b/profiles/base/edge.yaml
deleted file mode 100644
index efd3442..0000000
--- a/profiles/base/edge.yaml
+++ /dev/null
@@ -1,18 +0,0 @@
1### Edge Base Variables
2
3_base-edge: &_base-edge
4 # base from current (at the moment)
5 <<: *_base-current
6 # overrides (if any)
7
8 # base repos/pkgs/svcs for edge
9 repos: &_base-edge-repos
10 <<: *_base-current-repos
11 # overrides (if any)
12 pkgs: &_base-edge-pkgs
13 <<: *_base-current-pkgs
14 # overrides (if any)
15 svcs: &_base-edge-svcs
16 <<: *_base-current-svcs
17 # overrides (if any)
18