Browse Source

Fix for disabled repos

Change-Id: Icbbd64144e6619eaa56e02c6c9362c7bcad9dd96
pull/128/head
sgudz 7 years ago
parent
commit
f73b92fddf
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      linux/meta/meta.yml

+ 2
- 0
linux/meta/meta.yml View File

relations: relations:
{%- if system.repo is defined %} {%- if system.repo is defined %}
{%- for repo_name, repo in system.repo.iteritems() %} {%- for repo_name, repo in system.repo.iteritems() %}
{%- if repo.get('enabled', True) %}
- service: apt.repo - service: apt.repo
host_external: {{ repo.source }} host_external: {{ repo.source }}
direction: source direction: source
type: tcp-http type: tcp-http
{%- endif %}
{%- endfor %} {%- endfor %}
{%- endif %} {%- endif %}
{%- endif %} {%- endif %}

Loading…
Cancel
Save