Explorar el Código

formulas.jinja: python 2.6 support

master
Petr Demin hace 9 años
padre
commit
eb421c676f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      salt/formulas.sls

+ 1
- 1
salt/formulas.sls Ver fichero

@@ -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

Cargando…
Cancelar
Guardar