Renamed channel to target a while ago.

configuration-in-hiera
Robert Gerus 2015-04-16 12:33:03 +02:00
parent 09b03ddb5c
commit ba8bbb6c97
1 changed files with 2 additions and 2 deletions

4
run.rb
View File

@ -16,9 +16,9 @@ hiera_configuration = {
datadir: File.join(File.dirname(__FILE__), "config"),
},
hierarchy: [
'%{network}/%{channel}/%{person}',
'%{network}/%{target}/%{person}',
'%{network}/%{person}',
'%{network}/%{channel}',
'%{network}/%{target}',
'%{network}',
'common',
],