Skip to content

Commit d858f39

Browse files
committed
Replace C++ with Java
Signed-off-by: rsuplina <[email protected]>
1 parent efa52aa commit d858f39

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

roles/minifi_agent_java/meta/argument_specs.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,30 +15,30 @@
1515

1616
argument_specs:
1717
main:
18-
short_description: Install and configure Cloudera MiNiFi C++ Agent
18+
short_description: Install and configure Cloudera MiNiFi Java Agent
1919
description:
20-
- Downloads, installs, and configures Cloudera MiNiFi C++ Agent on the target host.
20+
- Downloads, installs, and configures Cloudera MiNiFi Java Agent on the target host.
2121
- Sets up the MiNiFi properties, and manages the systemd service.
2222
author: Cloudera Labs
2323
version_added: "3.3.0"
2424
options:
2525
minifi_java_tarball_url:
26-
description: URL to the MiNiFi C++ tarball to download and install.
26+
description: URL to the MiNiFi Java tarball to download and install.
2727
type: str
2828
required: false
2929
default: "https://archive.cloudera.com/p/cem-agents/1.25.05-h2/ubuntu22/apt/tars/nifi-minifi-java/nifi-minifi-java-1.25.05-h2-b5-bin-linux.tar.gz"
3030
minifi_java_directory:
31-
description: Directory where MiNiFi C++ will be installed.
31+
description: Directory where MiNiFi Java will be installed.
3232
type: str
3333
required: false
3434
default: "/opt/cloudera/cem/minifi-java"
3535
minifi_java_properties_path:
36-
description: Path to the MiNiFi C++ properties file.
36+
description: Path to the MiNiFi Java properties file.
3737
type: str
3838
required: false
3939
default: "/opt/cloudera/cem/minifi-java/conf/minifi.properties"
4040
minifi_java_agent_class_name:
41-
description: Agent class name for MiNiFi C++ agent.
41+
description: Agent class name for MiNiFi Java agent.
4242
type: str
4343
required: false
4444
default: "minifi-agent-java2"
@@ -60,7 +60,7 @@ argument_specs:
6060
type: str
6161
default: "http://localhost:10090"
6262
minifi_tls_enabled:
63-
description: Enable or disable TLS for MiNiFi C++ agent.
63+
description: Enable or disable TLS for MiNiFi Java agent.
6464
type: bool
6565
default: false
6666
minifi_tls_client_certificate:

0 commit comments

Comments
 (0)