Merge remote branch 'upstream/develop' into develop

This commit is contained in:
Forrest Alvarez 2014-01-12 05:23:14 +00:00
commit 60b05663de
3 changed files with 6 additions and 4 deletions

View File

@ -75,6 +75,7 @@ def pillar(tgt=None, expr_form='glob', **kwargs):
salt.output.display_output(cached_pillar, None, __opts__)
return cached_pillar
def mine(tgt=None, expr_form='glob', **kwargs):
'''
Return cached mine data of the targeted minions
@ -103,6 +104,7 @@ def mine(tgt=None, expr_form='glob', **kwargs):
cached_mine = pillar_util.get_cached_mine_data()
salt.output.display_output(cached_mine, None, __opts__)
def _clear_cache(tgt=None,
expr_form='glob',
clear_pillar=False,