diff -r 3ace15523e6b -r cb4c47eda2db dev/provisioning/modules/sysconfig/manifests/params.pp --- a/dev/provisioning/modules/sysconfig/manifests/params.pp Fri Apr 08 19:30:17 2016 +0200 +++ b/dev/provisioning/modules/sysconfig/manifests/params.pp Tue Apr 12 13:05:43 2016 +0200 @@ -11,13 +11,14 @@ $es_port = hiera('sysconfig::params::es_port', '9200') $es_instance = hiera('sysconfig::params::es_instance', 'es_01') - $hdl_host = hiera('sysconfig::params::hdl_host', $::ipaddress) - $hdl_user = hiera('sysconfig::params::hdl_user', 'handle') - $hdl_srv_port = hiera('sysconfig::params::hdl_srv_port', '2641') - $hdl_web_port = hiera('sysconfig::params::hdl_web_port', '8000') - $hdl_key_pswd = hiera('sysconfig::params::hdl_key_pswd', 'corpus') - $hdl_prefix = hiera('sysconfig::params::hdl_prefix', '12345') - $hdl_db_name = hiera('sysconfig::params::hdl_db_name', 'handle') + $hdl_host = hiera('sysconfig::params::hdl_host', $::ipaddress) + $hdl_user = hiera('sysconfig::params::hdl_user', 'handle') + $hdl_srv_port = hiera('sysconfig::params::hdl_srv_port', '2641') + $hdl_web_port = hiera('sysconfig::params::hdl_web_port', '8000') + $hdl_key_pswd = hiera('sysconfig::params::hdl_key_pswd', 'corpus') + $hdl_prefix = hiera('sysconfig::params::hdl_prefix', '12345') + $hdl_prefix_admin = hiera('sysconfig::params::hdl_prefix_admin', 'CORPUS_ADMIN') + $hdl_db_name = hiera('sysconfig::params::hdl_db_name', 'handle') $tomcat_open_port = hiera('sysconfig::params::tomcat_open_port', false)