Disable hiera debug
* And add plugins override Related blueprint: fuel-library-modularization Change-Id: If8e3bc72b08a2aeb62e213ee5b81707e07eda0ab
This commit is contained in:
parent
978794c7c0
commit
bd5ea07deb
@ -5,6 +5,7 @@ $data = [
|
||||
'override/node/%{::fqdn}',
|
||||
'override/class/%{calling_class}',
|
||||
'override/module/%{calling_module}',
|
||||
'override/plugins',
|
||||
'override/common',
|
||||
'class/%{calling_class}',
|
||||
'module/%{calling_module}',
|
||||
@ -35,6 +36,8 @@ $hiera_config_content = inline_template('
|
||||
|
||||
:yaml:
|
||||
:datadir: <%= @data_dir %>
|
||||
|
||||
:logger: noop
|
||||
')
|
||||
|
||||
file { 'hiera_data_dir' :
|
||||
|
Loading…
Reference in New Issue
Block a user