-
Notifications
You must be signed in to change notification settings - Fork 140
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
fix(node_exporter): Fix ProtectHome for textfiles #184
Conversation
fb6345f
to
7a7e76a
Compare
7a7e76a
to
597e7df
Compare
ebb763f
to
b931ba4
Compare
fa18448
to
59b3136
Compare
59b3136
to
b941d90
Compare
b941d90
to
55507f9
Compare
I have no idea what's causing the node_exporter alternative to fail. :( |
Found out that it was because the version number variable set for that scenario was set to version 1.0.0 which does not support Fixed in #197 by moving the molecule variables of all of the roles out of the playbooks and into the molecule configs so that they are accessible for every step of the molecule runs. |
55507f9
to
6659564
Compare
Set the node_exporter `ProtectHome=read-only` when the textfile dir is in `/home`. Fixes: #183 Signed-off-by: SuperQ <[email protected]>
6659564
to
655afd6
Compare
Set the node_exporter
ProtectHome=read-only
when the textfile dir is in/home
.Fixes: #183