Actions
Bug #2029
closedBuild PXE Default fails with "exp not empty after Safemode::Parser.process_call"...
Description
Tested on develop (eefbf33f), clicking "Build PXE Default" under Provisioning Templates results in the following error:
failed to process template: exp not empty after Safemode::Parser.process_call on s(s(:call, s(:lvar, :profile), :[], s(:lit, :hostgroup))) from s(:call, nil, :default_template_url, s(:call, s(:lvar, :profile), :[], s(:lit, :template)), s(:call, s(:lvar, :profile), :[], s(:lit, :hostgroup)))
Updated by Dominic Cleal about 12 years ago
I can reproduce this with safemode 1.0.1 and ruby_parser 3.x, but not with safemode 1.1.0 and ruby_parser 3.x, or safemode 1.0.1 and ruby_parser 2.x.
Updated by Dominic Cleal about 12 years ago
Updated by Dominic Cleal about 12 years ago
- Status changed from Assigned to Resolved
This has been resolved via #1834 and Ruby 1.9 support. Update safemode to 1.1.0 and ruby_parser to 3.0.4.
Actions