forked from acidprime/puppet-catalog-diff
-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #119 from bastelfreak/docs4
document all parameters with puppet-strings
- Loading branch information
Showing
6 changed files
with
78 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 |
---|---|---|
|
@@ -2,3 +2,4 @@ | |
.puppet-lint.rc: | ||
enabled_lint_checks: | ||
- parameter_types | ||
- parameter_documentation |
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,66 @@ | ||
# Reference | ||
|
||
<!-- DO NOT EDIT: This document was generated by Puppet Strings --> | ||
|
||
## Table of Contents | ||
|
||
### Classes | ||
|
||
* [`catalog_diff::viewer`](#catalog_diff--viewer): installs the catalog-diff viewer | ||
|
||
## Classes | ||
|
||
### <a name="catalog_diff--viewer"></a>`catalog_diff::viewer` | ||
|
||
installs the catalog-diff viewer | ||
|
||
#### Parameters | ||
|
||
The following parameters are available in the `catalog_diff::viewer` class: | ||
|
||
* [`remote`](#-catalog_diff--viewer--remote) | ||
* [`password`](#-catalog_diff--viewer--password) | ||
* [`revision`](#-catalog_diff--viewer--revision) | ||
* [`port`](#-catalog_diff--viewer--port) | ||
* [`listen_ip`](#-catalog_diff--viewer--listen_ip) | ||
|
||
##### <a name="-catalog_diff--viewer--remote"></a>`remote` | ||
|
||
Data type: `String` | ||
|
||
the url to the git repo of the catalog diff viewer | ||
|
||
Default value: `'https://github.com/voxpupuli/puppet-catalog-diff-viewer.git'` | ||
|
||
##### <a name="-catalog_diff--viewer--password"></a>`password` | ||
|
||
Data type: `String` | ||
|
||
password for basic authentication | ||
|
||
Default value: `'puppet'` | ||
|
||
##### <a name="-catalog_diff--viewer--revision"></a>`revision` | ||
|
||
Data type: `String` | ||
|
||
the desired branch/rev that you want to checkout | ||
|
||
Default value: `'master'` | ||
|
||
##### <a name="-catalog_diff--viewer--port"></a>`port` | ||
|
||
Data type: `Integer` | ||
|
||
where apache will listen on | ||
|
||
Default value: `1495` | ||
|
||
##### <a name="-catalog_diff--viewer--listen_ip"></a>`listen_ip` | ||
|
||
Data type: `String` | ||
|
||
the desired ip adddress to listen on | ||
|
||
Default value: `$facts['networking']['ip']` | ||
|
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
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