Bug #5324
closedncf should write techniques using ifvarclass instead of direct classes
Description
We are currently writing technique with ncf using the folowing syntax:
class:: "method_call" => method(args...);
this does not work when class are based on variable ...and we should use the ifvarclass syntax
"method_call" => method(args...), ifvarclass => "class";
Updated by Nicolas CHARLES over 10 years ago
On 29 juillet 2014 17:52:50 CEST, redmine@rudder-project.org wrote:
Issue #5324 has been reported by Vincent MEMBRÉ.
----------------------------------------
Bug #5324: ncf should write techniques using ifvarclass instead of
direct classes
http://www.rudder-project.org/redmine/issues/5324Author: Vincent MEMBRÉ
Status: New
Priority: 1
Assignee: Vincent MEMBRÉ
Category:
Target version:
Pull Request:We are currently writing technique with ncf using the folowing syntax:
>class:: > "method_call" => method(args...); >this does not work when class are based on variable ...and we should
use the ifvarclass syntax>"method_call" => method(args...), > ifvarclass => "class"; >
Updated by Vincent MEMBRÉ over 10 years ago
- Status changed from New to Pending technical review
- Assignee changed from Vincent MEMBRÉ to Nicolas CHARLES
- Pull Request set to https://github.com/Normation/ncf/pull/92
Updated by Vincent MEMBRÉ over 10 years ago
- Status changed from Pending technical review to Pending release
- % Done changed from 0 to 100
Applied in changeset commit:805b11c2867bf42fc0c0edb11a623d333e0f7e32.
Updated by Nicolas CHARLES over 10 years ago
Applied in changeset commit:4b22ea0deb44d9856273d3f3c9d2f8c97a6d76ea.
Updated by Vincent MEMBRÉ about 8 years ago
- Status changed from Pending release to Released
Updated by Alexis Mousset over 2 years ago
- Target version changed from 0.x to ncf-0.x
- Priority set to 0
Updated by Alexis Mousset over 2 years ago
- Project changed from 41 to Rudder
- Category set to Generic methods