Disable hiera debug

* And add plugins override

Related blueprint: fuel-library-modularization

Change-Id: If8e3bc72b08a2aeb62e213ee5b81707e07eda0ab
This commit is contained in:
Dmitry Ilyin 2015-03-03 23:20:17 +03:00
parent 978794c7c0
commit bd5ea07deb

View File

@ -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' :