Opened on 10/14/2015 at 03:32:53 PM

Closed on 10/15/2015 at 05:35:43 AM

#3206 closed change (fixed)

Reverse Hiera lookup order

Reported by: matze Assignee: matze
Priority: P2 Milestone:
Module: Infrastructure Keywords:
Cc: fred Blocked By:
Blocking: #123 Platform: Unknown / Cross platform
Ready: yes Confidential: no
Tester: Unknown Verified working: no
Review URL(s):

https://codereview.adblockplus.org/29329114

Description

The lookup order in hiera.yaml should become reversed, in order to prioritize custom configuration directives over those applied by default.

From

- "hiera/base"
- "hiera/roles/%{::role}"
- "modules/private/hiera/base"
- "modules/private/hiera/roles/%{::role}"
- "modules/private/hiera/hosts/%{::hostname}"
- "modules/private/hiera/hosts"

To

- "modules/private/hiera/hosts"
- "modules/private/hiera/hosts/%{::hostname}"
- "modules/private/hiera/roles/%{::role}"
- "modules/private/hiera/base"
- "hiera/roles/%{::role}"
- "hiera/base"

Attachments (0)

Change History (2)

comment:1 Changed on 10/14/2015 at 03:36:05 PM by matze

  • Review URL(s) modified (diff)
  • Status changed from new to reviewing

comment:2 Changed on 10/15/2015 at 05:35:43 AM by matze

  • Resolution set to fixed
  • Status changed from reviewing to closed

Add Comment

Modify Ticket

Change Properties
Action
as closed .
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from matze.
 
Note: See TracTickets for help on using tickets.