Skip to content

Commit

Permalink
Merge pull request #23549 from vr-jack/develop
Browse files Browse the repository at this point in the history
Update __init__.py
  • Loading branch information
thatch45 committed May 12, 2015
2 parents d198891 + 3c0a087 commit e91e229
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions salt/pillar/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,8 @@ def get_tops(self):
),
self.rend,
self.opts['renderer'],
self.opts['environment']
self.opts['environment'],
_pillar_rend=True
)
]
else:
Expand All @@ -298,7 +299,8 @@ def get_tops(self):
top,
self.rend,
self.opts['renderer'],
saltenv=saltenv
saltenv=saltenv,
_pillar_rend=True
)
)
except Exception as exc:
Expand Down Expand Up @@ -335,7 +337,8 @@ def get_tops(self):
).get('dest', False),
self.rend,
self.opts['renderer'],
saltenv=saltenv
saltenv=saltenv,
_pillar_rend=True
)
)
except Exception as exc:
Expand Down

0 comments on commit e91e229

Please sign in to comment.