Actions
Bug #8546
closedNew ENC output for iinterfaces clashes with Facter
Difficulty:
trivial
Triaged:
Pull request:
Description
Because we added params['interfaces'] to the ENC, we overwrite $::interfaces from Puppet's point of view. This could have consequences for people using $::interfaces in their puppet code.
Proposal for a quick fix is to namespace it to params['foreman_interfaces'] (and subnets too, for consistency).
Patch incoming, thanks to @Shaun Martin for reporting
Actions