Browse Source

Fixing invalid variable reference

Change-Id: I7919ef2273185081d56a40af1e8fb4e602da41a2
pull/128/head
Consatntine Kalinovskiy 7 years ago
parent
commit
8aad368ec8
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      linux/system/repo.sls

+ 1
- 1
linux/system/repo.sls View File

@@ -104,7 +104,7 @@ linux_repo_{{ name }}_key:
linux_repo_{{ name }}:
pkgrepo.managed:
{%- if repo.ppa is defined %}
- ppa: {{ ppa }}
- ppa: {{ repo.ppa }}
{%- else %}
- human_name: {{ name }}
- name: {{ repo.source }}

Loading…
Cancel
Save