Skip to content

Latest commit

 

History

History
125 lines (73 loc) · 3.03 KB

REFERENCE.md

File metadata and controls

125 lines (73 loc) · 3.03 KB

Reference

Table of Contents

Classes

Public Classes

Private Classes

  • nifi_registry::config: Manage configuration for Apache Nifi Registry
  • nifi_registry::install: Install Apache Nifi Registry
  • nifi_registry::service: Manage the Apache Nifi Registry service

Classes

nifi_registry

Install, configure and run Apache Nifi Registry

Examples

Defaults
include nifi_registry
Downloading from a different repository
class { 'nifi_registry':
  version                => 'x.y.z',
  download_url           => 'https://my.local.repo.example.com/apache/nifi-registry/nifi-registry-x.y.z.tar.gz',
  download_checksum      => 'abcde...',
}

Parameters

The following parameters are available in the nifi_registry class:

version

Data type: String

The version of Apache Nifi Registry. This must match the version in the tarball. This is used for managing files, directories and paths in the service.

Default value: '1.15.1'

user

Data type: String

The user owning the nifi registry installation files, and running the service.

Default value: 'nifiregistry'

group

Data type: String

The group owning the nifi registry installation files, and running the service.

Default value: 'nifiregistry'

download_url

Data type: String

Where to download the binary installation tarball from.

Default value: 'https://dlcdn.apache.org/nifi/1.15.1/nifi-registry-1.15.1-bin.tar.gz'

download_checksum

Data type: String

The expected checksum of the downloaded tarball. This is used for verifying the integrity of the downloaded tarball.

Default value: '862e6071a39fe94485a90a69637dccf594d319d8f98739a63828bb2d74af840e'

download_checksum_type

Data type: String

The checksum type of the downloaded tarball. This is used for verifying the integrity of the downloaded tarball.

Default value: 'sha256'

install_root

Data type: Stdlib::Absolutepath

The root directory of the nifi registry installation.

Default value: '/opt/nifi-registry'

download_tmp_dir

Data type: Stdlib::Absolutepath

Default value: '/var/tmp'