Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

enables use of jinja < 2.6 #62

Merged
merged 1 commit into from Nov 9, 2014
Merged

enables use of jinja < 2.6 #62

merged 1 commit into from Nov 9, 2014

Commits on Nov 9, 2014

  1. enables use of jinja < 2.6

    Commit 2b51a6f introduced options for gitfs_remotes in a pillar by using a jinja test to see if a parameter is a mapping (dict etc.). This feature however is only available in jinja 2.6 or newer (see http://jinja.pocoo.org/docs/dev/templates/#mapping).
    Although this version of Jinja is available on Ubuntu, other OS / package managers do provide older versions (2.2.1 in RedHat 6).
    
    This change makes use of the "iterable" test which should do the exact same thing.
    Marvin Frick committed Nov 9, 2014
    Configuration menu
    Copy the full SHA
    868854c View commit details
    Browse the repository at this point in the history