File tree Expand file tree Collapse file tree 1 file changed +32
-3
lines changed Expand file tree Collapse file tree 1 file changed +32
-3
lines changed Original file line number Diff line number Diff line change @@ -48,10 +48,12 @@ Available states
48
48
49
49
Meta-state (This is a state that includes other states)
50
50
51
- This installs the template package, and starts the associated template service.
51
+ This installs the template package,
52
+ manages the template configuration file and then
53
+ starts the associated template service.
52
54
53
- ``template.install ``
54
- --------------------
55
+ ``template.pkg ``
56
+ ----------------
55
57
56
58
This state will install the template package only.
57
59
@@ -67,3 +69,30 @@ via include list.
67
69
This state will start the template service and has a depency on ``template.config ``
68
70
via include list.
69
71
72
+ ``template.clean ``
73
+ ------------------
74
+
75
+ Meta-state (This is a state that includes other states)
76
+
77
+ This state will undo everything performed in the ``template `` meta-state in reverse order, i.e.
78
+ stops the service,
79
+ removes the configuration file and
80
+ then uninstalls the package.
81
+
82
+ ``template.service.clean ``
83
+ --------------------------
84
+
85
+ This state will stop the template service only.
86
+
87
+ ``template.config.clean ``
88
+ -------------------------
89
+
90
+ This state will remove the configuration of the template service and has a depency on ``template.service.clean ``
91
+ via include list.
92
+
93
+ ``template.pkg.clean ``
94
+ ----------------------
95
+
96
+ This state will remove the template package and has a depency on ``template.config.clean ``
97
+ via include list.
98
+
You can’t perform that action at this time.
0 commit comments