Actions
Feature #2260
closedSupport dynamic ERB parameters in global and class params
Description
Sometimes you want to pass information that Foreman knows (such as hostnames, IPs, MACs, subnets, etc) to Puppet through the ENC. At present it is not possible to do
parameters:
test: '<%= @host.name %>'
or
classes:
puppet:
certname: '<%= @host.certname %>'
Foreman will simply send this static string to Puppet. It would be nice to be able to send dynamic data to Puppet via ERB, just like we do in the templates.
Updated by Greg Sutcliffe over 11 years ago
- Status changed from Assigned to Closed
- % Done changed from 0 to 100
Actions