Sfoglia il codice sorgente
Update repo.sls
In order to work with salt-ssh.
Otherwise: "- Rendering SLS 'base:linux.system.repo' failed: found unexpected ':'" fail message
pull/193/head
deniswal
5 anni fa
Nessun account collegato all'indirizzo email del committer
1 ha cambiato i file con
1 aggiunte e
1 eliminazioni
-
linux/system/repo.sls
|
|
@@ -216,7 +216,7 @@ default_repo_list: |
|
|
|
- replace: True |
|
|
|
{%- endif %} |
|
|
|
- defaults: |
|
|
|
default_repos: {{ default_repos }} |
|
|
|
default_repos: {{ default_repos|yaml }} |
|
|
|
|
|
|
|
{%- endif %} |
|
|
|
|