Actions
Bug #2067
closedpuppet:import:puppet_classes silently ignores classes when the .pp contains an "import" statement
Description
The init.pp in question looked like this:
import "implementation/*.pp"
class icinga(...) {
}
The class was not imported until I removed the import line.
Updated by Mark Heily over 11 years ago
I can reproduce this problem; see bug #2067
Updated by Dominic Cleal over 11 years ago
- Status changed from New to Ready For Testing
- Assignee changed from Ohad Levy to Dominic Cleal
- Target version set to 1.2.0
It's a one line fix if you want to test it locally:
Updated by Mark Heily over 11 years ago
I can confirm that the fix works when I applied it manually.
Updated by Ohad Levy over 11 years ago
- Project changed from Foreman to Smart Proxy
- Category deleted (
Importers) - Target version deleted (
1.2.0)
Updated by Ohad Levy over 11 years ago
- Category set to Puppet
- Target version set to 26
Updated by Dominic Cleal over 11 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset aff8fa8b4f7108b30c3e2ff6ec9068c9851e4d91.
Updated by Dominic Cleal over 11 years ago
- Target version changed from 26 to 1.2.0
Actions