Bug #4258
closedncf tools should be accessible for each node
Description
promises use ncf tools to generate their reports:
see https://github.com/Normation/ncf/blob/master/tree/30_generic_methods/logger_rudder.cf#L34 and https://github.com/Normation/ncf/blob/master/tree/30_generic_methods/logger_rudder.cf#L63
it uses a path /usr/share/ncf/tools/ncf_rudder.py
On rudder server this works correclty, because ncf tools are accessible, but node do not have ncf tools installed.
ncf tools should be copied from /usr/share/ncf on rudder server to /var/rudder/ncf/tools, like /usr/share/ncf/tree is copied to /var/rudder/ncf/common
I'm opening another issue to fix the path of logger_rudder.cf
Updated by Matthieu CERDA almost 11 years ago
- Status changed from New to Pending technical review
- Assignee changed from Matthieu CERDA to Jonathan CLARKE
- % Done changed from 0 to 100
- Pull Request set to https://github.com/Normation/rudder-techniques/pull/255
PR available. Good luck !
Updated by Jonathan CLARKE almost 11 years ago
- Status changed from Pending technical review to Rejected
Sorry, but I disagree with this approach. The idea was to use a Python script, but all that we need it for is a simple character replacement. I implemented the same feature in pure shell. So rejecting this.
Updated by Benoît PECCATTE over 9 years ago
- Project changed from 24 to Rudder
- Category changed from Techniques to Techniques