Skip to content

Instantly share code, notes, and snippets.

@dlanderson
Created January 31, 2014 20:05
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 dlanderson/c8a219d6904db95cf390 to your computer and use it in GitHub Desktop.
Save dlanderson/c8a219d6904db95cf390 to your computer and use it in GitHub Desktop.
[DEBUG ] Rendered data from file: /srv/pillar/base/top.sls:
base:
'*':
- testing1
- testing2
[DEBUG ] Results of YAML rendering:
OrderedDict([('base', OrderedDict([('*', ['testing1', 'testing2'])]))])
[DEBUG ] Jinja search path: '['/srv/pillar/base']'
[DEBUG ] Rendered data from file: /srv/pillar/base/testing1.sls:
ship:
oil: yes
paper: yes
front: no
[DEBUG ] Results of YAML rendering:
OrderedDict([('ship', OrderedDict([('oil', True), ('paper', True), ('front', False)]))])
[DEBUG ] Jinja search path: '['/srv/pillar/base']'
[DEBUG ] Rendered data from file: /srv/pillar/base/testing2.sls:
ship:
metal: yes
paper: no
front: yes
[DEBUG ] Results of YAML rendering:
OrderedDict([('ship', OrderedDict([('metal', True), ('paper', False), ('front', True)]))])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment