Skip to content

Latest commit

Β 

History

History
66 lines (35 loc) Β· 1.43 KB

REFERENCE.md

File metadata and controls

66 lines (35 loc) Β· 1.43 KB

Reference

Table of Contents

Classes

Classes

catalog_diff::viewer

installs the catalog-diff viewer

Parameters

The following parameters are available in the catalog_diff::viewer class:

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'

password

Data type: String

password for basic authentication

Default value: 'puppet'

revision

Data type: String

the desired branch/rev that you want to checkout

Default value: 'master'

port

Data type: Integer

where apache will listen on

Default value: 1495

listen_ip

Data type: String

the desired ip adddress to listen on

Default value: $facts['networking']['ip']