diff --git a/docs/modules/nifi/examples/getting_started/install_output.txt b/docs/modules/nifi/examples/getting_started/install_output.txt index 26756a31..0340bdbb 100644 --- a/docs/modules/nifi/examples/getting_started/install_output.txt +++ b/docs/modules/nifi/examples/getting_started/install_output.txt @@ -1,5 +1,4 @@ Installed commons=0.0.0-dev operator Installed secret=0.0.0-dev operator Installed listener=0.0.0-dev operator -Installed zookeeper=0.0.0-dev operator Installed nifi=0.0.0-dev operator diff --git a/docs/modules/nifi/examples/getting_started/install_output.txt.j2 b/docs/modules/nifi/examples/getting_started/install_output.txt.j2 index a1ed3bbb..41910431 100644 --- a/docs/modules/nifi/examples/getting_started/install_output.txt.j2 +++ b/docs/modules/nifi/examples/getting_started/install_output.txt.j2 @@ -1,5 +1,4 @@ Installed commons={{ versions.commons }} operator Installed secret={{ versions.secret }} operator Installed listener={{ versions.listener }} operator -Installed zookeeper={{ versions.zookeeper }} operator Installed nifi={{ versions.nifi }} operator diff --git a/docs/templating_vars.yaml b/docs/templating_vars.yaml index 90612f4b..89ccfd01 100644 --- a/docs/templating_vars.yaml +++ b/docs/templating_vars.yaml @@ -6,5 +6,4 @@ versions: commons: 0.0.0-dev secret: 0.0.0-dev listener: 0.0.0-dev - zookeeper: 0.0.0-dev nifi: 0.0.0-dev