Skip to content

Instantly share code, notes, and snippets.

@cmarzullo
Created September 24, 2016 15:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cmarzullo/be60158ecce6c2e20d0a7b892d18621a to your computer and use it in GitHub Desktop.
Save cmarzullo/be60158ecce6c2e20d0a7b892d18621a to your computer and use it in GitHub Desktop.
jinja pattern for key value pairs
{% for k, v in ceph.config.global.items() -%}
{{ k.ljust(22) }} = {{ v }}
{% endfor -%}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment