diff options
| author | Guilhem Moulin <guilhem@fripost.org> | 2024-10-19 18:12:59 +0200 | 
|---|---|---|
| committer | Guilhem Moulin <guilhem@fripost.org> | 2024-10-19 18:13:11 +0200 | 
| commit | 6deb648540d44ca7dd91217307bd7bcd08300b2b (patch) | |
| tree | cc2e1f5a941aee1567b5da6ea9ec3fa7460db154 /group_vars | |
| parent | 407787536ba17c49b43da550d4c61a3969f14e45 (diff) | |
Add layers from Svenska Kraftnät (SvK) and copy custom layers to the production machine.
Diffstat (limited to 'group_vars')
| -rw-r--r-- | group_vars/all.yml | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/group_vars/all.yml b/group_vars/all.yml index 7243e29..0b3227d 100644 --- a/group_vars/all.yml +++ b/group_vars/all.yml @@ -8,6 +8,7 @@ webmap_layer_groups:    - ren    - vbk    - ri +  - svk  # PostgreSQL's version number and cluster name  postgresql:  | 
