11.. _readme :
22
33zookeeper-formula
4- ================
4+ =================
55
66Installs and Configures Apache Zookeeper from from a tar file.
77
@@ -75,7 +75,7 @@ Available states
7575 :local:
7676
7777``zookeeper ``
78- ^^^^^^^^^^^^
78+ ^^^^^^^^^^^^^
7979
8080*Meta-state (This is a state that includes other states) *.
8181
@@ -84,24 +84,24 @@ manages the zookeeper configuration file and then
8484starts the associated zookeeper service.
8585
8686``zookeeper.package ``
87- ^^^^^^^^^^^^^^^^^^^^
87+ ^^^^^^^^^^^^^^^^^^^^^
8888
8989This state will install the zookeeper package only.
9090
9191``zookeeper.config ``
92- ^^^^^^^^^^^^^^^^^^^
92+ ^^^^^^^^^^^^^^^^^^^^
9393
9494This state will configure the zookeeper service and has a dependency on ``zookeeper.install ``
9595via include list.
9696
9797``zookeeper.service ``
98- ^^^^^^^^^^^^^^^^^^^^
98+ ^^^^^^^^^^^^^^^^^^^^^
9999
100100This state will start the zookeeper service and has a dependency on ``zookeeper.config ``
101101via include list.
102102
103103``zookeeper.clean ``
104- ^^^^^^^^^^^^^^^^^^
104+ ^^^^^^^^^^^^^^^^^^^
105105
106106*Meta-state (This is a state that includes other states) *.
107107
@@ -111,18 +111,18 @@ removes the configuration file and
111111then uninstalls the package.
112112
113113``zookeeper.service.clean ``
114- ^^^^^^^^^^^^^^^^^^^^^^^^^^
114+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^
115115
116116This state will stop the zookeeper service and disable it at boot time.
117117
118118``zookeeper.config.clean ``
119- ^^^^^^^^^^^^^^^^^^^^^^^^^
119+ ^^^^^^^^^^^^^^^^^^^^^^^^^^
120120
121121This state will remove the configuration of the zookeeper service and has a
122122dependency on ``zookeeper.service.clean `` via include list.
123123
124124``zookeeper.package.clean ``
125- ^^^^^^^^^^^^^^^^^^^^^^^^^^
125+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^
126126
127127This state will remove the zookeeper package and has a depency on
128128``zookeeper.config.clean `` via include list.
0 commit comments