Actions
Bug #17004
closedmultiple instance of a technique applied to a single node can lead to missing reports
Pull Request:
Severity:
Critical - prevents main use of Rudder | no workaround | data loss | security
UX impact:
User visibility:
Operational - other Techniques | Rudder settings | Plugins
Effort required:
Priority:
0
Name check:
To do
Fix check:
To do
Regression:
No
Description
I like to set sysctl variables through a technique and created therefore the attached technique (exported file attached).
This technique has to parameters: "var_name" and "var_val".
I use "File key-value present" to set this ke/vakue in /etc/sysctl.conf
and on the condition that this was repaired I use "Command execution"
to execute /sbin/sysctl -p
If I now apply this technique several times (with several directives, using each time another key/value pair)
all but the first command execution return a Messages --> "Missing" in version 6.0.4
I had the exact same technique in 5.0.15 and there it worked (all green)
Actions