Actions
Bug #4256
closedncf "me.framework_path" is not defined in rudder promise.cf
Status:
Rejected
Priority:
1 (highest)
Assignee:
Jonathan CLARKE
Category:
Techniques
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
rudder cannot access to ncf framework
bundle "me" is not defined.
2013-12-12T05:49:28-0800 error: /openssh_server/methods/'configure'/file_template_expand/files/'${target_file}': Unable to open template file '${me.framework_path}/40_it_ops_knowledge/ncf/openssh-server/sshd_config.tml' to make '/etc/ssh/sshd_config'
We should define a bundle in rudder promise.cf to define that variable.
bundle common me { vars: "framework_path" string => "/var/rudder/ncf/common"; }
Updated by Vincent MEMBRÉ almost 11 years ago
- Status changed from New to Pending technical review
- Assignee changed from Vincent MEMBRÉ to Jonathan CLARKE
- Pull Request set to https://github.com/Normation/rudder-techniques/pull/253
Pull request here: https://github.com/Normation/rudder-techniques/pull/253
Updated by Jonathan CLARKE almost 11 years ago
- Status changed from Pending technical review to Rejected
This is not currently required for ncf integration in Rudder, and I'd rather we fix it directly in ncf.
Updated by Benoît PECCATTE over 9 years ago
- Project changed from 24 to Rudder
- Category changed from Techniques to Techniques
Actions