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"; }
Actions