-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support no-restart flag for clickhouse_user_files #33
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you! LGTM.
Can you also:
- add a test
- adjust advanced article to reflect that it is also supported
Fix molecule test
Added a test and expanded the article |
@@ -42,6 +42,10 @@ clickhouse_user_files: | |||
- users.d/01-first_test_user.yml | |||
- file: users.d/02-second_test_user.yml | |||
no_log: true | |||
- file: users.d/03-third_test_user.yml | |||
# TODO: properly test that attributes are supported |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tests for attributes does not work now, but OK, they were never worked so I will merge it as-is
If you will be interested - #34 (this will be very welcome!)
Closes #32