Browse Source

Merge "Fixing invalid variable reference"

pull/128/head
Richard Felkl 7 years ago
parent
commit
050374bbba
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