updated clickhouse state
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
bc10a006e9
commit
d95ee21c7b
@ -14,4 +14,6 @@ clickhouse-config-file-{{ file }}:
|
|||||||
- group: clickhouse
|
- group: clickhouse
|
||||||
- mode: 600
|
- mode: 600
|
||||||
- template: jinja
|
- template: jinja
|
||||||
|
- require_in
|
||||||
|
- file: clickhouse-config-folder
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
@ -17,4 +17,6 @@ clickhouse-user-{{ user }}:
|
|||||||
- context:
|
- context:
|
||||||
name: {{ user }}
|
name: {{ user }}
|
||||||
params: {{ params }}
|
params: {{ params }}
|
||||||
|
- require_in
|
||||||
|
- file: clickhouse-users-folder
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
Loading…
Reference in New Issue
Block a user