shadowplay 0.16.3

Utility for checking puppet syntax, a puppet manifest linter, a pretty printer, and a utility for exploring the Hiera.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
pub mod ctx;
pub mod lint;
mod lint_argument;
mod lint_builtin;
mod lint_case_statement;
mod lint_ctx;
mod lint_expression;
mod lint_resource_set;
mod lint_statement;
mod lint_string_expr;
mod lint_term;
mod lint_toplevel;
mod lint_unless;
mod tool;