Skip to content

Commit

Permalink
Update REFERENCE.md, remove docs dir from master
Browse files Browse the repository at this point in the history
Update REFERENCE.md, as docs haven't been regenerated for a while.
We should either not push the HTML docs, or put them in gh-pages. This is still
under discussion.
  • Loading branch information
wyardley committed Dec 6, 2018
1 parent 24abdd6 commit 51404d0
Show file tree
Hide file tree
Showing 49 changed files with 34 additions and 11,908 deletions.
40 changes: 27 additions & 13 deletions REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,9 @@ Default value: $rabbitmq::params::admin_enable

Data type: `Optional[Array]`

An array specifying authorization/authentication backend to use. Single quotes should be placed around array entries, ex. ['{foo, baz}', 'baz'] Defaults to [rabbit_auth_backend_internal], and if using LDAP defaults to [rabbit_auth_backend_internal, rabbit_auth_backend_ldap].
An array specifying authorization/authentication backend to use. Single quotes should be placed around array entries,
ex. `['{foo, baz}', 'baz']` Defaults to [rabbit_auth_backend_internal], and if using LDAP defaults to [rabbit_auth_backend_internal,
rabbit_auth_backend_ldap].

Default value: `undef`

Expand Down Expand Up @@ -241,6 +243,14 @@ The path to write the RabbitMQ configuration file to.

Default value: $rabbitmq::params::config_path

##### `config_ranch`

Data type: `Boolean`

When true, suppress config directives needed for older (<3.6) RabbitMQ versions.

Default value: $rabbitmq::params::config_ranch

##### `config_management_variables`

Data type: `Hash`
Expand Down Expand Up @@ -535,8 +545,8 @@ Data type: `Optional[String]`

RPM package GPG key to import. Uses source method. Should be a URL for Debian/RedHat OS family, or a file name for
RedHat OS family. Set to https://www.rabbitmq.com/rabbitmq-release-signing-key.asc for RedHat OS Family and
https://packagecloud.io/rabbitmq/rabbitmq-server/gpgkey for Debian OS Family by default. Note, that `key_content`, if
specified, would override this parameter for Debian OS family.
https://packagecloud.io/rabbitmq/rabbitmq-server/gpgkey for Debian OS Family by default. Note, that `key_content`, if specified, would
override this parameter for Debian OS family.

Default value: $rabbitmq::params::package_gpg_key

Expand Down Expand Up @@ -589,12 +599,15 @@ The name of the service to manage.

Default value: $rabbitmq::params::service_name

##### `$service_restart.`

Default defined in param.pp. Whether to restart the service on config change.

##### `ssl`

Data type: `Boolean`

Configures the service for using SSL.
port => UNSET

Default value: $rabbitmq::params::ssl

Expand Down Expand Up @@ -674,7 +687,8 @@ Default value: `undef`

Data type: `Boolean`

Configures the service to only use SSL. No cleartext TCP listeners will be created. Requires that ssl => true and
Configures the service to only use SSL. No cleartext TCP listeners will be created. Requires that ssl => true and
port => undef

Default value: $rabbitmq::params::ssl_only

Expand Down Expand Up @@ -863,14 +877,6 @@ OS dependent. default defined in param.pp. If undef: install rabbitmqadmin via a

default defined in param.pp. Extra options to Archive resource to download rabbitmqadmin file

##### `config_ranch`

Data type: `Boolean`



Default value: $rabbitmq::params::config_ranch

##### `package_source`

Data type: `Optional[String]`
Expand Down Expand Up @@ -919,6 +925,14 @@ Data type: `Array`

Default value: $rabbitmq::params::loopback_users

##### `service_restart`

Data type: `Boolean`



Default value: $rabbitmq::params::service_restart

### rabbitmq::config

Class: rabbitmq::config
Expand Down
301 changes: 0 additions & 301 deletions docs/Puppet/Provider/Rabbitmqctl.html

This file was deleted.

Loading

0 comments on commit 51404d0

Please sign in to comment.