Browse Source

formulas.jinja: python 2.6 support

tags/v0.57.0
Petr Demin 9 years ago
parent
commit
eb421c676f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      salt/formulas.sls

+ 1
- 1
salt/formulas.sls View File

{% for entry in entries %} {% for entry in entries %}


{% set basedir = formulas_git_opt(env, 'basedir') %} {% 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 %} {% set update = formulas_git_opt(env, 'update')|load_yaml %}


# Setup the directory hosting the Git repository # Setup the directory hosting the Git repository

Loading…
Cancel
Save