forked from cfengine/design-center
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Generate page for reports module of stdlib.
Also, fix sorting and reference the two defaults bodies correctly from the documentation of the body type.
- Loading branch information
Volker Hilsheimer
committed
Apr 3, 2014
1 parent
77d6949
commit 08d8cd5
Showing
4 changed files
with
28 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
--- | ||
layout: default | ||
title: Reports Bundles and Bodies | ||
categories: [Reference, Standard Library, reports] | ||
published: true | ||
sorting: 100 | ||
alias: reference-standard-library-reports.html | ||
tags: [reference, standard library] | ||
--- | ||
|
||
See the [`report_data_select` body][access#report_data_select] documentation for a | ||
comprehensive reference on the body type used here. | ||
|
||
To use these bodies, add the following to your policy: | ||
|
||
```cf3 | ||
body file control | ||
{ | ||
inputs => { "reports.cf" } | ||
} | ||
``` | ||
|
||
|
||
|
||
[%CFEngine_library_include(lib/3.6/reports)%] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters