Przeglądaj źródła

formulas.jinja: python 2.6 support

master
Petr Demin 9 lat temu
rodzic
commit
eb421c676f
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      salt/formulas.sls

+ 1
- 1
salt/formulas.sls Wyświetl plik

@@ -8,7 +8,7 @@
{% for entry in entries %}

{% set basedir = formulas_git_opt(env, 'basedir') %}
{% set gitdir = '{}/{}'.format(basedir, entry) %}
{% set gitdir = '{0}/{1}'.format(basedir, entry) %}
{% set update = formulas_git_opt(env, 'update')|load_yaml %}

# Setup the directory hosting the Git repository

Ładowanie…
Anuluj
Zapisz