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
Updated by The Foreman Bot about 10 years ago
- Status changed from Assigned to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/1993 added
- Pull request deleted (
)
Updated by Dominic Cleal about 10 years ago
- Translation missing: en.field_release set to 29
Updated by Dominic Cleal about 10 years ago
- Related to Feature #2089: Expose network configuration via ENC added
Updated by Greg Sutcliffe about 10 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset d3b7f426959b7195ceedac1b9e719bfd1563af02.
Actions