Merge branch 'puppet-community/master' into 0.1.0
Fixing merge conflicts Conflicts: puppetboard/app.py puppetboard/forms.py puppetboard/templates/catalogs.html
This commit is contained in:
@@ -379,7 +379,7 @@ def reports(env, page):
|
||||
total = get_or_abort(puppetdb._query,
|
||||
'reports',
|
||||
query='["extract", [["function", "count"]],'\
|
||||
'["and", ["=", "environment", "{0}"], ["~", "certname", ""]]]'.format(
|
||||
'["and", ["=", "environment", "{0}"]]]'.format(
|
||||
env))
|
||||
total = total[0]['count']
|
||||
reports, reports_events = tee(reports)
|
||||
|
||||
Reference in New Issue
Block a user